diff options
Diffstat (limited to 'web/attachments/114314-check_dhcp.c.patch.1.4-beta1')
-rw-r--r-- | web/attachments/114314-check_dhcp.c.patch.1.4-beta1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/web/attachments/114314-check_dhcp.c.patch.1.4-beta1 b/web/attachments/114314-check_dhcp.c.patch.1.4-beta1 new file mode 100644 index 0000000..9556f39 --- /dev/null +++ b/web/attachments/114314-check_dhcp.c.patch.1.4-beta1 | |||
@@ -0,0 +1,27 @@ | |||
1 | *** check_dhcp.c.orig Mon Jan 3 13:27:56 2005 | ||
2 | --- check_dhcp.c Mon Jan 3 13:40:28 2005 | ||
3 | *************** | ||
4 | *** 60,70 **** | ||
5 | |||
6 | #include <netinet/if_ether.h> | ||
7 | #include <sys/sysctl.h> | ||
8 | #include <net/if_dl.h> | ||
9 | |||
10 | ! #elif defined(__sun__) || defined(__solaris__) || defined(__hpux__) | ||
11 | |||
12 | #define INSAP 22 | ||
13 | #define OUTSAP 24 | ||
14 | |||
15 | #include <signal.h> | ||
16 | --- 60,70 ---- | ||
17 | |||
18 | #include <netinet/if_ether.h> | ||
19 | #include <sys/sysctl.h> | ||
20 | #include <net/if_dl.h> | ||
21 | |||
22 | ! #elif defined(__sun) || defined(__solaris__) || defined(__hpux__) | ||
23 | |||
24 | #define INSAP 22 | ||
25 | #define OUTSAP 24 | ||
26 | |||
27 | #include <signal.h> | ||