Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2002 22:48:10 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/mkdir mkdir.c src/bin/mv mv.c src/bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c extern.h file_subs.c ftree.c gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c src/bin/ps extern.h fmt.c ...
Message-ID:  <200202020648.g126mAM19887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/02/01 22:48:10 PST

  Modified files:
    bin/mkdir            mkdir.c 
    bin/mv               mv.c 
    bin/pax              ar_io.c ar_subs.c buf_subs.c cache.c 
                         cpio.c extern.h file_subs.c ftree.c 
                         gen_subs.c getoldopt.c options.c 
                         pat_rep.c pax.c sel_subs.c tables.c tar.c 
                         tty_subs.c 
    bin/ps               extern.h fmt.c keyword.c lomac.c nlist.c 
                         print.c ps.c ps.h 
    bin/pwd              pwd.c 
    bin/rcp              extern.h rcp.c util.c 
    bin/rm               rm.c 
    bin/rmdir            rmdir.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.22      +6 -11     src/bin/mkdir/mkdir.c
  1.31      +10 -17    src/bin/mv/mv.c
  1.18      +3 -71     src/bin/pax/ar_io.c
  1.17      +4 -47     src/bin/pax/ar_subs.c
  1.16      +1 -100    src/bin/pax/buf_subs.c
  1.15      +1 -49     src/bin/pax/cache.c
  1.16      +3 -135    src/bin/pax/cpio.c
  1.13      +142 -143  src/bin/pax/extern.h
  1.16      +1 -128    src/bin/pax/file_subs.c
  1.16      +2 -36     src/bin/pax/ftree.c
  1.18      +1 -57     src/bin/pax/gen_subs.c
  1.2       +1 -4      src/bin/pax/getoldopt.c
  1.20      +12 -101   src/bin/pax/options.c
  1.18      +8 -109    src/bin/pax/pat_rep.c
  1.22      +3 -21     src/bin/pax/pax.c
  1.14      +5 -54     src/bin/pax/sel_subs.c
  1.18      +2 -138    src/bin/pax/tables.c
  1.17      +4 -109    src/bin/pax/tar.c
  1.16      +1 -53     src/bin/pax/tty_subs.c
  1.16      +37 -37    src/bin/ps/extern.h
  1.16      +5 -10     src/bin/ps/fmt.c
  1.36      +6 -9      src/bin/ps/keyword.c
  1.3       +6 -4      src/bin/ps/lomac.c
  1.15      +2 -2      src/bin/ps/nlist.c
  1.54      +33 -93    src/bin/ps/print.c
  1.47      +19 -28    src/bin/ps/ps.c
  1.9       +3 -3      src/bin/ps/ps.h
  1.14      +4 -7      src/bin/pwd/pwd.c
  1.7       +9 -9      src/bin/rcp/extern.h
  1.30      +20 -57    src/bin/rcp/rcp.c
  1.13      +7 -15     src/bin/rcp/util.c
  1.35      +13 -23    src/bin/rm/rm.c
  1.12      +6 -10     src/bin/rmdir/rmdir.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?200202020648.g126mAM19887>