summaryrefslogtreecommitdiff
path: root/net/cap
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-01-08 23:10:23 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-01-08 23:10:23 +0000
commitda2b0bf9413a2e8274fe9f7a73763bdfb27adb21 (patch)
tree4f5dbd2843e0c7ad17fb1ea8edd555645beb2ede /net/cap
parentadded temporary patch until changed by author (diff)
New patch:
Make support/uab/aarp.c include net/if_var.h. (This is due to recent change made to if_ether.h.) Noticed by: phk
Notes
Notes: svn path=/head/; revision=5267
Diffstat (limited to 'net/cap')
-rw-r--r--net/cap/files/patch-ah10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/cap/files/patch-ah b/net/cap/files/patch-ah
new file mode 100644
index 000000000000..4c2874937d18
--- /dev/null
+++ b/net/cap/files/patch-ah
@@ -0,0 +1,10 @@
+--- support/uab/aarp.c.orig Thu Jan 9 07:45:00 1997
++++ support/uab/aarp.c Thu Jan 9 07:49:45 1997
+@@ -40,6 +40,7 @@
+ #ifdef pyr
+ #include <netinet/in_ether.h>
+ #else pyr
++#include <net/if_var.h>
+ #include <netinet/if_ether.h>
+ #endif pyr
+