summaryrefslogtreecommitdiffstats
path: root/web/attachments/114314-check_dhcp.c.patch.1.4-beta1
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/114314-check_dhcp.c.patch.1.4-beta1
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
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-beta127
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>