]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o __P has been reoved
authorimp <imp@FreeBSD.org>
Sat, 2 Feb 2002 06:48:10 +0000 (06:48 +0000)
committerimp <imp@FreeBSD.org>
Sat, 2 Feb 2002 06:48:10 +0000 (06:48 +0000)
commit50014e35418ca00d25ea852fc4f94acf80be4df3
treef26db6e85c29b2244f601bdb366caa7f26a96c24
parent3fc8df52e3856eeac730574d5ae122806dd1e1ef
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.
42 files changed:
bin/hostname/hostname.c
bin/kill/kill.c
bin/ln/ln.c
bin/ls/cmp.c
bin/ls/extern.h
bin/ls/lomac.c
bin/ls/ls.c
bin/ls/print.c
bin/ls/util.c
bin/mkdir/mkdir.c
bin/mv/mv.c
bin/pax/ar_io.c
bin/pax/ar_subs.c
bin/pax/buf_subs.c
bin/pax/cache.c
bin/pax/cpio.c
bin/pax/extern.h
bin/pax/file_subs.c
bin/pax/ftree.c
bin/pax/gen_subs.c
bin/pax/getoldopt.c
bin/pax/options.c
bin/pax/pat_rep.c
bin/pax/pax.c
bin/pax/sel_subs.c
bin/pax/tables.c
bin/pax/tar.c
bin/pax/tty_subs.c
bin/ps/extern.h
bin/ps/fmt.c
bin/ps/keyword.c
bin/ps/lomac.c
bin/ps/nlist.c
bin/ps/print.c
bin/ps/ps.c
bin/ps/ps.h
bin/pwd/pwd.c
bin/rcp/extern.h
bin/rcp/rcp.c
bin/rcp/util.c
bin/rm/rm.c
bin/rmdir/rmdir.c