mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
Comment some endifs to make comprehension easier
This commit is contained in:
parent
1aaa238503
commit
11487d161c
1 changed files with 3 additions and 2 deletions
|
|
@ -57,9 +57,10 @@ const char *email = "devel@monitoring-plugins.org";
|
|||
#include <netinet/in.h>
|
||||
#include <net/if.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#if HAVE_SYS_SOCKIO_H
|
||||
#include <sys/sockio.h>
|
||||
#endif
|
||||
#endif // HAVE_SYS_SOCKIO_H
|
||||
|
||||
#if defined( __linux__ )
|
||||
|
||||
|
|
@ -106,7 +107,7 @@ static int dl_open(const char *, int, int *);
|
|||
static int dl_bind(int, int, u_char *);
|
||||
long mac_addr_dlpi( const char *, int, u_char *);
|
||||
|
||||
#endif
|
||||
#endif // __sun__ || __solaris__ || __hpux
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue