blob: 990e0b88b2732685240840572efad44f8b5fcde5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
*** 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 >= 199702
+ #include <net/if_var.h>
+ #endif
+ #endif
+
#include <netinet/in.h>
#include <netinet/if_ether.h>
|