diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-07 16:07:42 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-07 16:07:42 +0000 |
| commit | df3662bf3ac0d071b6f0b2d4e5bd45942667e75e (patch) | |
| tree | f168820b481cad2b9a37325efb7382f26b9e85a7 /plugins/netutils.h | |
| parent | 26725ccd159105e38e5ab4ddc9ef848a5253e6d2 (diff) | |
| download | monitoring-plugins-df3662bf3ac0d071b6f0b2d4e5bd45942667e75e.tar.gz | |
Fix coredump on 64bit Solaris. Also adds more error conditions and moves
swap specific includes out of common.h (Duncan Ferguson - 1588031)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1546 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/netutils.h')
| -rw-r--r-- | plugins/netutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/netutils.h b/plugins/netutils.h index 1168f9f8..3fc4ef80 100644 --- a/plugins/netutils.h +++ b/plugins/netutils.h | |||
| @@ -35,7 +35,6 @@ | |||
| 35 | #ifndef _NETUTILS_H_ | 35 | #ifndef _NETUTILS_H_ |
| 36 | #define _NETUTILS_H_ | 36 | #define _NETUTILS_H_ |
| 37 | 37 | ||
| 38 | #include "config.h" | ||
| 39 | #include "common.h" | 38 | #include "common.h" |
| 40 | #include "utils.h" | 39 | #include "utils.h" |
| 41 | #include <netinet/in.h> | 40 | #include <netinet/in.h> |
