summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-29 16:45:12 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-29 16:45:12 +0000
commit96df1464f9ee8298a584dcd61334b46351f164a2 (patch)
treed7caa81fb6b6705f398d20a3889011ec1d54eb16 /net
parentMake this puppy compile on -current after the net/if.h change to no longer (diff)
Make aarpd.c include sys/time.h.
(This is due to if.h changes.)
Notes
Notes: svn path=/head/; revision=5126
Diffstat (limited to 'net')
-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>