summaryrefslogtreecommitdiff
path: root/net/arpwatch/files/patch-aa
blob: 4dcbce3db43993a3b0a7a02ecbd71c65ba098e17 (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 >= 300000
+ #include <net/if_var.h>
+ #endif
+ #endif
+ 
  #include <netinet/in.h>
  #include <netinet/if_ether.h>