From: Andreas Gustafsson Date: Wed, 29 Aug 2001 18:03:36 +0000 (+0000) Subject: Revert change 966. Brian says user-level programs should not include X-Git-Tag: v9.2.0b1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f462b9aed23b77bda867301f80ead6990df6f4f8;p=thirdparty%2Fbind9.git Revert change 966. Brian says user-level programs should not include any headers under asm. --- diff --git a/CHANGES b/CHANGES index 9db0916486a..9a552705dc2 100644 --- a/CHANGES +++ b/CHANGES @@ -6,8 +6,7 @@ to interpret the error messages in the event log, [RT #1668] - 966. [port] #include is required on some Linux - ports. [RT #1670] + 966. [placeholder] 965. [bug] Including data other than root server NS and A records in the root hint file could cause a rbtdb diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 00aa8135f01..da1874f5e26 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.45 2001/08/29 04:21:51 marka Exp $ */ +/* $Id: os.c,v 1.46 2001/08/29 18:03:36 gson Exp $ */ #include #include @@ -107,7 +107,6 @@ static isc_boolean_t non_root_caps = ISC_FALSE; */ #define _LINUX_FS_H -#include #include /* Required for syscall(). */ #include /* Required for _LINUX_CAPABILITY_VERSION. */