Subject: CVS commit: basesrc/usr.bin/renice
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/01/2001 04:57:29
Module Name:	basesrc
Committed By:	simonb
Date:		Sat Sep  1 01:57:29 UTC 2001

Modified Files:
	basesrc/usr.bin/renice: renice.c

Log Message:
Little cleanup:
 - Don't need to include <sys/time.h>, <sys/resource.h> does.
 - Include <limits.h> for LONG_MIN/LONG_MAX.
 - Be consistant with usage of (void) in front of printf()/fprintf().
 - Sort include files.
 - ANSIfy.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/renice/renice.c

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