From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- .../114314-check_dhcp.c.patch.1.4-beta1 | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 web/attachments/114314-check_dhcp.c.patch.1.4-beta1 (limited to 'web/attachments/114314-check_dhcp.c.patch.1.4-beta1') 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 @@ +*** check_dhcp.c.orig Mon Jan 3 13:27:56 2005 +--- check_dhcp.c Mon Jan 3 13:40:28 2005 +*************** +*** 60,70 **** + + #include + #include + #include + +! #elif defined(__sun__) || defined(__solaris__) || defined(__hpux__) + + #define INSAP 22 + #define OUTSAP 24 + + #include +--- 60,70 ---- + + #include + #include + #include + +! #elif defined(__sun) || defined(__solaris__) || defined(__hpux__) + + #define INSAP 22 + #define OUTSAP 24 + + #include -- cgit v1.2.3-74-g34f1