summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-01-11 18:38:08 +0000
committerBrian Somers <brian@FreeBSD.org>1998-01-11 18:38:08 +0000
commitcc07bc54f21f050d278c3863bcd269c7c1ffc87f (patch)
tree0660605cb4144fe12c29ca5f10f845d02039ce1b /net-mgmt
parentMASTER_SITE subdir changed to pub/archie/mpd. (diff)
Remove if_var.h stuff added by me.
Notes
Notes: svn path=/head/; revision=9325
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-aa31
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-ab19
-rw-r--r--net-mgmt/arpwatch/files/patch-aa31
-rw-r--r--net-mgmt/arpwatch/files/patch-ab19
4 files changed, 32 insertions, 68 deletions
diff --git a/net-mgmt/arpwatch-devel/files/patch-aa b/net-mgmt/arpwatch-devel/files/patch-aa
index 4dcbce3db439..354bd448d8c3 100644
--- a/net-mgmt/arpwatch-devel/files/patch-aa
+++ b/net-mgmt/arpwatch-devel/files/patch-aa
@@ -1,18 +1,19 @@
-*** arpwatch.c.orig Thu Jan 2 04:57:42 1997
---- arpwatch.c Sun Mar 30 13:21:09 1997
+*** arp2ethers.orig Tue Mar 29 11:44:52 1994
+--- arp2ethers Tue Jul 1 02:34:40 1997
***************
-*** 43,48 ****
---- 43,55 ----
- #endif
- #include <net/if.h>
+*** 14,20 ****
+ #
-+ #ifdef __FreeBSD__
-+ #include <osreldate.h>
-+ #if __FreeBSD_version >= 300000
-+ #include <net/if_var.h>
-+ #endif
-+ #endif
-+
- #include <netinet/in.h>
- #include <netinet/if_ether.h>
+ sort +2rn arp.dat | \
+! awk -e 'NF == 4 { print }' | \
+ awk -f p.awk | \
+ egrep -v '\.[0-9][0-9]*$' | \
+ sed -e 's/ .* / /' | \
+--- 14,20 ----
+ #
+ sort +2rn arp.dat | \
+! awk 'NF == 4 { print }' | \
+ awk -f p.awk | \
+ egrep -v '\.[0-9][0-9]*$' | \
+ sed -e 's/ .* / /' | \
diff --git a/net-mgmt/arpwatch-devel/files/patch-ab b/net-mgmt/arpwatch-devel/files/patch-ab
deleted file mode 100644
index 354bd448d8c3..000000000000
--- a/net-mgmt/arpwatch-devel/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** arp2ethers.orig Tue Mar 29 11:44:52 1994
---- arp2ethers Tue Jul 1 02:34:40 1997
-***************
-*** 14,20 ****
- #
-
- sort +2rn arp.dat | \
-! awk -e 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \
---- 14,20 ----
- #
-
- sort +2rn arp.dat | \
-! awk 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \
diff --git a/net-mgmt/arpwatch/files/patch-aa b/net-mgmt/arpwatch/files/patch-aa
index 4dcbce3db439..354bd448d8c3 100644
--- a/net-mgmt/arpwatch/files/patch-aa
+++ b/net-mgmt/arpwatch/files/patch-aa
@@ -1,18 +1,19 @@
-*** arpwatch.c.orig Thu Jan 2 04:57:42 1997
---- arpwatch.c Sun Mar 30 13:21:09 1997
+*** arp2ethers.orig Tue Mar 29 11:44:52 1994
+--- arp2ethers Tue Jul 1 02:34:40 1997
***************
-*** 43,48 ****
---- 43,55 ----
- #endif
- #include <net/if.h>
+*** 14,20 ****
+ #
-+ #ifdef __FreeBSD__
-+ #include <osreldate.h>
-+ #if __FreeBSD_version >= 300000
-+ #include <net/if_var.h>
-+ #endif
-+ #endif
-+
- #include <netinet/in.h>
- #include <netinet/if_ether.h>
+ sort +2rn arp.dat | \
+! awk -e 'NF == 4 { print }' | \
+ awk -f p.awk | \
+ egrep -v '\.[0-9][0-9]*$' | \
+ sed -e 's/ .* / /' | \
+--- 14,20 ----
+ #
+ sort +2rn arp.dat | \
+! awk 'NF == 4 { print }' | \
+ awk -f p.awk | \
+ egrep -v '\.[0-9][0-9]*$' | \
+ sed -e 's/ .* / /' | \
diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-ab
deleted file mode 100644
index 354bd448d8c3..000000000000
--- a/net-mgmt/arpwatch/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** arp2ethers.orig Tue Mar 29 11:44:52 1994
---- arp2ethers Tue Jul 1 02:34:40 1997
-***************
-*** 14,20 ****
- #
-
- sort +2rn arp.dat | \
-! awk -e 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \
---- 14,20 ----
- #
-
- sort +2rn arp.dat | \
-! awk 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \