Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 10/13/2007 16:16:41
Module Name:	src
Committed By:	apb
Date:		Sat Oct 13 16:16:41 UTC 2007

Modified Files:
	src/usr.bin/make: main.c nonints.h util.c var.c

Log Message:
* Convert all uses of strdup() to estrdup();
* Use estrndup() in a few cases where it simplifies the code;
* Provide compatibility definitions of strndup and estrndup;


To generate a diff of this commit:
cvs rdiff -r1.143 -r1.144 src/usr.bin/make/main.c
cvs rdiff -r1.44 -r1.45 src/usr.bin/make/nonints.h
cvs rdiff -r1.40 -r1.41 src/usr.bin/make/util.c
cvs rdiff -r1.121 -r1.122 src/usr.bin/make/var.c

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