Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/01/2007 21:29:01
Module Name:	src
Committed By:	dsl
Date:		Mon Jan  1 21:29:01 UTC 2007

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

Log Message:
Since the 'buf' code here is only used by make, we don't need two names
for the default buffer size of 256.
Also allow for the trailing 0 byte!


To generate a diff of this commit:
cvs rdiff -r1.140 -r1.141 src/usr.bin/make/main.c
cvs rdiff -r1.115 -r1.116 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.