aboutsummaryrefslogtreecommitdiff
path: root/net/cap
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-01-08 23:11:44 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-01-08 23:11:44 +0000
commitbd2b7fdf00eb3192912fa1a07d089e6e53631465 (patch)
tree408b3088d8f8ae1db6bd7c729e84eac39f4af8de /net/cap
parentda2b0bf9413a2e8274fe9f7a73763bdfb27adb21 (diff)
downloadports-bd2b7fdf00eb3192912fa1a07d089e6e53631465.tar.gz
ports-bd2b7fdf00eb3192912fa1a07d089e6e53631465.zip
Notes
Diffstat (limited to 'net/cap')
-rw-r--r--net/cap/files/patch-ad18
1 files changed, 13 insertions, 5 deletions
diff --git a/net/cap/files/patch-ad b/net/cap/files/patch-ad
index 0caf96fd6309..6e774d63f824 100644
--- a/net/cap/files/patch-ad
+++ b/net/cap/files/patch-ad
@@ -1,6 +1,14 @@
---- support/ethertalk/bpfiltp.c.orig Mon Nov 25 13:06:49 1996
-+++ support/ethertalk/bpfiltp.c Mon Nov 25 13:08:07 1996
-@@ -63,6 +63,9 @@
+--- support/ethertalk/bpfiltp.c.orig Thu Jan 9 07:46:14 1997
++++ support/ethertalk/bpfiltp.c Thu Jan 9 07:53:14 1997
+@@ -41,6 +41,7 @@
+ #include <net/if.h>
+ #include <net/bpf.h>
+ #include <netinet/in.h>
++#include <net/if_var.h>
+ #include <netinet/if_ether.h>
+ #include <netdb.h>
+ #include <ctype.h>
+@@ -63,6 +64,9 @@
#ifdef __FreeBSD__
#define MULTI_BPF_PKT
#define USE_SIOCGIFCONF
@@ -10,7 +18,7 @@
#endif __FreeBSD__
#ifdef NeXT
-@@ -785,7 +788,7 @@
+@@ -785,7 +789,7 @@
bcopy(eaddr, &eh.ether_dhost, 6);
#ifdef PHASE2
@@ -19,7 +27,7 @@
/* This should really be fixed in the kernel. */
eh.ether_type = buflen;
#else
-@@ -806,7 +809,7 @@
+@@ -806,7 +810,7 @@
*q++ = (eph->protocol >> 8) & 0xff;
*q++ = (eph->protocol & 0xff);
#else PHASE2