summaryrefslogtreecommitdiff
path: root/net-mgmt/choparp/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /net-mgmt/choparp/files/patch-ac
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'net-mgmt/choparp/files/patch-ac')
-rw-r--r--net-mgmt/choparp/files/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/choparp/files/patch-ac b/net-mgmt/choparp/files/patch-ac
deleted file mode 100644
index dc51d4b91067..000000000000
--- a/net-mgmt/choparp/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- choparp.c.orig Sat Nov 29 15:38:49 1997
-+++ choparp.c Sat Nov 29 15:45:52 1997
-@@ -21,6 +21,9 @@
- #include <net/if.h>
- #include <netinet/in.h>
- /* #include <net/if_arp.h> */
-+#if (__FreeBSD__ >= 3)
-+ #include <net/if_var.h>
-+#endif
- #include <netinet/if_ether.h>
- #include <sys/param.h>
- #include <errno.h>