Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/21/2004 15:35:05
Module Name:	src
Committed By:	christos
Date:		Fri May 21 15:35:05 UTC 2004

Modified Files:
	src/lib/libc/include: namespace.h
	src/lib/libc/resolv: res_comp.c res_data.c res_debug.c res_init.c
	    res_mkquery.c res_query.c res_send.c

Log Message:
namespace protection for resolver routines.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/lib/libc/include/namespace.h
cvs rdiff -r1.3 -r1.4 src/lib/libc/resolv/res_comp.c \
    src/lib/libc/resolv/res_init.c src/lib/libc/resolv/res_mkquery.c \
    src/lib/libc/resolv/res_query.c
cvs rdiff -r1.4 -r1.5 src/lib/libc/resolv/res_data.c \
    src/lib/libc/resolv/res_debug.c src/lib/libc/resolv/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.