1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/arpwatch-devel/files/patch-aa
1997-05-18 03:12:39 +00:00

19 lines
353 B
Plaintext

*** arpwatch.c.orig Thu Jan 2 04:57:42 1997
--- arpwatch.c Sun Mar 30 13:21:09 1997
***************
*** 43,48 ****
--- 43,55 ----
#endif
#include <net/if.h>
+ #ifdef __FreeBSD__
+ #include <osreldate.h>
+ #if __FreeBSD_version >= 300000
+ #include <net/if_var.h>
+ #endif
+ #endif
+
#include <netinet/in.h>
#include <netinet/if_ether.h>