Date: Fri, 1 Feb 2002 22:24:13 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.c extern.h netdate.c src/bin/dd args.c conv.c dd.c extern.h misc.c position.c src/bin/df df.c src/bin/domainname domainname.c Message-ID: <200202020624.g126OD017083@freefall.freebsd.org>
index | next in thread | raw e-mail
imp 2002/02/01 22:24:13 PST
Modified files:
bin/date date.c extern.h netdate.c
bin/dd args.c conv.c dd.c extern.h misc.c
position.c
bin/df df.c
bin/domainname domainname.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.
Approved by: arch@, new style(9)
Revision Changes Path
1.39 +9 -14 src/bin/date/date.c
1.6 +1 -1 src/bin/date/extern.h
1.13 +2 -3 src/bin/date/netdate.c
1.29 +32 -48 src/bin/dd/args.c
1.16 +7 -7 src/bin/dd/conv.c
1.34 +11 -16 src/bin/dd/dd.c
1.12 +14 -14 src/bin/dd/extern.h
1.23 +4 -6 src/bin/dd/misc.c
1.20 +3 -3 src/bin/dd/position.c
1.35 +23 -41 src/bin/df/df.c
1.14 +5 -8 src/bin/domainname/domainname.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202020624.g126OD017083>
