Subject: CVS commit: src/lib/libc/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/18/2006 14:28:12
Module Name:	src
Committed By:	christos
Date:		Sun Jun 18 14:28:12 UTC 2006

Modified Files:
	src/lib/libc/sys: makelintstub

Log Message:
Modernize:
	getopt -> getopts
	`` -> $()
	YES/NO -> true/false
	[ x$f = x ] -> [ -z $f ]
	test -> [
	errors to stderr


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libc/sys/makelintstub

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