aboutsummaryrefslogtreecommitdiffstats
path: root/net/cap
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-01-09 07:10:23 +0800
committermax <max@FreeBSD.org>1997-01-09 07:10:23 +0800
commitc093690dfda595fd851519d6bd7544d4d9375bbb (patch)
treed0db99e5cfe38ee700d79ea5e71f9c56bc647f35 /net/cap
parent33651aa5e441a1f9b55fc524d96c0746803cdfb7 (diff)
downloadfreebsd-ports-gnome-c093690dfda595fd851519d6bd7544d4d9375bbb.tar.gz
freebsd-ports-gnome-c093690dfda595fd851519d6bd7544d4d9375bbb.tar.zst
freebsd-ports-gnome-c093690dfda595fd851519d6bd7544d4d9375bbb.zip
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
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
+