aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-12-30 00:45:12 +0800
committermax <max@FreeBSD.org>1996-12-30 00:45:12 +0800
commit5a56cd4d3d26e1bb7866ce7cf6d3304a51387d6e (patch)
treefdc5f1ae5b40e7ff0ffa7788a11387320c656ec2
parent8da4b6de76499438137e00fb4ddcb027b83e315c (diff)
downloadfreebsd-ports-gnome-5a56cd4d3d26e1bb7866ce7cf6d3304a51387d6e.tar.gz
freebsd-ports-gnome-5a56cd4d3d26e1bb7866ce7cf6d3304a51387d6e.tar.zst
freebsd-ports-gnome-5a56cd4d3d26e1bb7866ce7cf6d3304a51387d6e.zip
Make aarpd.c include sys/time.h.
(This is due to if.h changes.)
-rw-r--r--net/cap/files/patch-ag10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/cap/files/patch-ag b/net/cap/files/patch-ag
new file mode 100644
index 000000000000..6ec14d00410a
--- /dev/null
+++ b/net/cap/files/patch-ag
@@ -0,0 +1,10 @@
+--- support/ethertalk/aarpd.c.orig Mon Dec 30 01:29:16 1996
++++ support/ethertalk/aarpd.c Mon Dec 30 01:29:59 1996
+@@ -19,6 +19,7 @@
+ #if !defined(ultrix) && !defined(__osf__) && !defined(__386BSD__) && !defined(__FreeBSD__) && !defined(__bsdi__) && !defined(NeXT)
+ #include <sys/sockio.h>
+ #endif /* ultrix && __osf__ && __386BSD__ && __FreeBSD__ */
++#include <sys/time.h>
+ #include <net/if.h>
+ #endif PHASE2
+ #include <netinet/in.h>