Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/12/2002 22:15:16
Module Name:	basesrc
Committed By:	christos
Date:		Tue Mar 12 20:15:16 UTC 2002

Modified Files:
	basesrc/usr.bin/make: for.c util.c

Log Message:
PR/15888: Jarkko Teppo: Problems building on HP/UX
1. Compensate for h-pox assert brain damage where it gets confused by the
   string in: assert(!memcmp(foo, "in", 2)); I miss the h-pox broken compiler,
   I had not had to work around it for years.
2. Oh, finally h-pox has random() and utimes(). We don't need our own anymore.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/make/for.c
cvs rdiff -r1.30 -r1.31 basesrc/usr.bin/make/util.c

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