cvs commit: src/usr.bin/script script.c
Chris Pressey
cpressey at crater.dragonflybsd.org
Sat Mar 27 17:03:28 PST 2004
cpressey 2004/03/27 17:02:55 PST
DragonFly src repository
Modified files:
usr.bin/script script.c
Log:
Style(9) cleanup.
- Remove ``register'' keyword.
- Remove casts to (void) when ignoring return values.
- Add ``static'' to internal function prototypes.
- Change an occurance of 1 to STDOUT_FILENO.
- Change an occurance of BUFSIZ to sizeof(ibuf).
- No functional changes.
Revision Changes Path
1.4 +27 -27 src/usr.bin/script/script.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/script/script.c.diff?r1=1.3&r2=1.4&f=h
More information about the Commits
mailing list