Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 07/18/2000 12:13:22
Module Name:	basesrc
Committed By:	cgd
Date:		Tue Jul 18 19:13:21 UTC 2000

Modified Files:
	basesrc/bin/sh: mkinit.c mknodes.c mksyntax.c

Log Message:
host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(),
__RCSID(), or __P().  (these programs have been de-__P()'d.)
Repeat after me: "Not all cross-compilation host systems are NetBSD."


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/bin/sh/mkinit.c
cvs rdiff -r1.16 -r1.17 basesrc/bin/sh/mknodes.c
cvs rdiff -r1.22 -r1.23 basesrc/bin/sh/mksyntax.c

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