Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.bin/renice
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.
Home |
Main Index |
Thread Index |
Old Index