From 69d17bea6be937b92f3375e6249b5677c90f4fe2 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 15 Aug 2000 00:22:49 +0000 Subject: [PATCH] expanded on item #382 --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index adaab154c9..497922ce4f 100644 --- a/CHANGES +++ b/CHANGES @@ -25,7 +25,9 @@ 383. [func] When writing a master file, print the SOA and NS records (and their SIGs) before other records. - 382. [bug] named -u failed on Debian Linux. + 382. [bug] named -u failed on many Linux systems where the + libc provided kernel headers do not match + the current kernel. 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of IPV6_PKTINFO if found. [RT #229]