Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/22/2002 04:19:08
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Sep 22 01:19:08 UTC 2002

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

Log Message:
HP/UX fixes from Giles Lean:
- consistently support __hpux (which the HP compilers define) as well
  as __hpux__ (not sure which compilers set this, but retained anyway)
- fix a typo in the definition of signal().  arguably the codebase should
  just be converted to sigaction()...


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 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.