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/lib/irs Pull up revision 1.2 (requested by it...



details:   https://anonhg.NetBSD.org/src/rev/5a5895b0e05c
branches:  netbsd-1-4
changeset: 470470:5a5895b0e05c
user:      he <he%NetBSD.org@localhost>
date:      Thu Mar 02 20:59:09 2000 +0000

description:
Pull up revision 1.2 (requested by itojun):
  Fix BIND8 merge lossage -- add required header for prototype.

diffstat:

 dist/bind/lib/irs/irs_data.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c63201330022 -r 5a5895b0e05c dist/bind/lib/irs/irs_data.c
--- a/dist/bind/lib/irs/irs_data.c      Thu Mar 02 10:26:01 2000 +0000
+++ b/dist/bind/lib/irs/irs_data.c      Thu Mar 02 20:59:09 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irs_data.c,v 1.1.1.1.2.2 1999/12/04 17:03:33 he Exp $  */
+/*     $NetBSD: irs_data.c,v 1.1.1.1.2.3 2000/03/02 20:59:09 he Exp $  */
 
 /*
  * Copyright (c) 1996,1999 by Internet Software Consortium.
@@ -32,6 +32,7 @@
 
 #include <resolv.h>
 #include <stdio.h>
+#include <string.h>
 #include <isc/memcluster.h>
 
 #ifdef DO_PTHREADS



Home | Main Index | Thread Index | Old Index