Date: Fri, 1 Feb 2002 22:44:36 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/hostname hostname.c src/bin/kill kill.c src/bin/ln ln.c src/bin/ls cmp.c extern.h lomac.c ls.c print.c util.c Message-ID: <200202020644.g126iaL19360@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/02/01 22:44:36 PST
Modified files:
bin/hostname hostname.c
bin/kill kill.c
bin/ln ln.c
bin/ls cmp.c extern.h lomac.c ls.c print.c
util.c
Log:
o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.
Revision Changes Path
1.12 +4 -7 src/bin/hostname/hostname.c
1.13 +10 -16 src/bin/kill/kill.c
1.23 +7 -12 src/bin/ln/ln.c
1.10 +8 -16 src/bin/ls/cmp.c
1.17 +17 -17 src/bin/ls/extern.h
1.3 +6 -5 src/bin/ls/lomac.c
1.52 +11 -18 src/bin/ls/ls.c
1.50 +25 -45 src/bin/ls/print.c
1.26 +4 -8 src/bin/ls/util.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202020644.g126iaL19360>
