summaryrefslogtreecommitdiffstats
path: root/web/attachments/114314-check_dhcp.c.patch.1.4-beta1
blob: 9556f393d3e229b02c0a0522e6858dd2ac685f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*** check_dhcp.c.orig	Mon Jan  3 13:27:56 2005
--- check_dhcp.c	Mon Jan  3 13:40:28 2005
***************
*** 60,70 ****
  
  #include <netinet/if_ether.h>
  #include <sys/sysctl.h>
  #include <net/if_dl.h>
  
! #elif defined(__sun__) || defined(__solaris__) || defined(__hpux__)
  
  #define INSAP 22 
  #define OUTSAP 24 
  
  #include <signal.h>
--- 60,70 ----
  
  #include <netinet/if_ether.h>
  #include <sys/sysctl.h>
  #include <net/if_dl.h>
  
! #elif defined(__sun) || defined(__solaris__) || defined(__hpux__)
  
  #define INSAP 22 
  #define OUTSAP 24 
  
  #include <signal.h>