diff options
author | Internet Software Consortium, Inc <@isc.org> | 2014-02-11 08:59:45 -0700 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2014-02-11 08:59:45 -0700 |
commit | 892b23e1710e6770b12c3aa952eb2cdc9ab4bc1b (patch) | |
tree | 3acd1d7a8f4a84143c133a21b60053ef06b85991 /bin/named/unix/os.c | |
parent | c52b164320c899310b370875e150acdba3d286c0 (diff) | |
download | bind9-892b23e1710e6770b12c3aa952eb2cdc9ab4bc1b.tar.gz |
9.9.5b1
Diffstat (limited to 'bin/named/unix/os.c')
-rw-r--r-- | bin/named/unix/os.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 1a0d4db7..d6c82a76 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -117,12 +117,12 @@ static int dfd[2] = { -1, -1 }; static isc_boolean_t non_root = ISC_FALSE; static isc_boolean_t non_root_caps = ISC_FALSE; -#ifdef HAVE_LINUX_TYPES_H -#include <linux/types.h> -#endif #ifdef HAVE_SYS_CAPABILITY_H #include <sys/capability.h> #else +#ifdef HAVE_LINUX_TYPES_H +#include <linux/types.h> +#endif /*% * We define _LINUX_FS_H to prevent it from being included. We don't need * anything from it, and the files it includes cause warnings with 2.2 |