Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin
Module Name: src
Committed By: sevan
Date: Sat Sep 3 02:24:04 UTC 2016
Modified Files:
src/usr.bin/innetgr: innetgr.c
src/usr.bin/mklocale: lex.l yacc.y
src/usr.bin/netgroup: netgroup.c
src/usr.bin/passwd: extern.h passwd.c
src/usr.bin/tftp: tftp.c
src/usr.bin/vgrind: extern.h
Log Message:
Remove K&R __P macros.
Remove main() function prototype if present.
Mark usage() as __dead if not already.
Binaries generated with & without these patches were compared with diff -r.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/innetgr/innetgr.c
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/mklocale/lex.l
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/mklocale/yacc.y
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/netgroup/netgroup.c
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/passwd/extern.h
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/passwd/passwd.c
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/tftp/tftp.c
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/vgrind/extern.h
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