]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modernization effort for bin/c*:
authorimp <imp@FreeBSD.org>
Sat, 2 Feb 2002 06:15:22 +0000 (06:15 +0000)
committerimp <imp@FreeBSD.org>
Sat, 2 Feb 2002 06:15:22 +0000 (06:15 +0000)
commit41e5cc1a95a5bfa252a69404fcb3cd5e9eaec898
tree6322786c2b91ab96c1f709f394e8db65851d90b8
parentef44ec93a71d6f956cf008bf3f58ad2fc4623a4f
Modernization effort for bin/c*:

  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)
bin/chio/chio.c
bin/chio/defs.h
bin/chmod/chmod.c
bin/cp/cp.c
bin/cp/extern.h
bin/cp/utils.c