cvs commit: src/bin/ls extern.h ls.c print.c util.c src/bin/pax ar_io.c ar_subs.c cache.c cpio.c extern.h gen_subs.c getoldopt.c options.c pat_rep.c pax.c pax.h src/bin/ps fmt.c src/bin/rcp rcp.c

Mark Murray markm at FreeBSD.org
Sat May 3 09:39:35 PDT 2003


markm       2003/05/03 09:39:34 PDT

  FreeBSD src repository

  Modified files:
    bin/ls               extern.h ls.c print.c util.c 
    bin/pax              ar_io.c ar_subs.c cache.c cpio.c extern.h 
                         gen_subs.c getoldopt.c options.c 
                         pat_rep.c pax.c pax.h 
    bin/ps               fmt.c 
    bin/rcp              rcp.c 
  Log:
  Fix a bazillion warnings. This makes almost the whole of src/bin/*
  WARNS=6, std=c99 clean.
  
  Tested on:      i386, alpha
  
  Revision  Changes    Path
  1.21      +5 -4      src/bin/ls/extern.h
  1.74      +32 -34    src/bin/ls/ls.c
  1.65      +21 -22    src/bin/ls/print.c
  1.31      +1 -1      src/bin/ls/util.c
  1.23      +15 -13    src/bin/pax/ar_io.c
  1.22      +4 -5      src/bin/pax/ar_subs.c
  1.19      +2 -2      src/bin/pax/cache.c
  1.22      +1 -1      src/bin/pax/cpio.c
  1.14      +8 -8      src/bin/pax/extern.h
  1.22      +3 -3      src/bin/pax/gen_subs.c
  1.4       +6 -1      src/bin/pax/getoldopt.c
  1.29      +15 -15    src/bin/pax/options.c
  1.24      +2 -2      src/bin/pax/pat_rep.c
  1.27      +2 -2      src/bin/pax/pax.c
  1.17      +30 -23    src/bin/pax/pax.h
  1.28      +1 -1      src/bin/ps/fmt.c
  1.42      +13 -11    src/bin/rcp/rcp.c


More information about the cvs-src mailing list