Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/dist/bind/bin/named Pull up revision 1.5 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/a18b3f092d55
branches:  netbsd-1-4
changeset: 470459:a18b3f092d55
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 01 14:00:03 2000 +0000

description:
Pull up revision 1.5 (requested by itojun):
  Make BIND8 not use the BIND4 code in libc.

diffstat:

 dist/bind/bin/named/ns_main.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r f1335e6eccae -r a18b3f092d55 dist/bind/bin/named/ns_main.c
--- a/dist/bind/bin/named/ns_main.c     Wed Mar 01 13:59:30 2000 +0000
+++ b/dist/bind/bin/named/ns_main.c     Wed Mar 01 14:00:03 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ns_main.c,v 1.4.2.2 1999/12/04 16:55:07 he Exp $       */
+/*     $NetBSD: ns_main.c,v 1.4.2.3 2000/03/01 14:00:03 he Exp $       */
 
 #if !defined(lint) && !defined(SABER)
 static const char sccsid[] = "@(#)ns_main.c    4.55 (Berkeley) 7/1/91";
@@ -2524,9 +2524,7 @@
        if (nsid_pool != NULL)
                memput(nsid_pool, 0x10000 * (sizeof(u_int16_t)));
        nsid_pool = NULL;
-#ifndef __NetBSD__
        irs_destroy();
-#endif
        if (f != NULL) {
                memstats(f);
                (void)fclose(f);



Home | Main Index | Thread Index | Old Index