Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/bin/pax



Module Name:    basesrc
Committed By:   lukem
Date:           Thu Oct 25 05:33:34 UTC 2001

Modified Files:
        basesrc/bin/pax: Makefile ar_io.c ar_subs.c buf_subs.c cpio.c extern.h
            file_subs.c ftree.c gen_subs.c getoldopt.c options.c pat_rep.c
            pax.c pax.h sel_subs.c tables.c tar.c tty_subs.c

Log Message:
- ansi KNF (just remove all the #ifndef __STDC__ prototype junk,
  leaving the ansi stuff)
- use longlong_t instead of quad_t (etc), and rename *uqd*() -> *ull*()
- clean up the NET2_STAT stuff similar to ftpd; provide #defines and
  macros which select which cast to use, etc
- clean up the NET2_FTS and NET2_REGEX #define use


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/bin/pax/Makefile basesrc/bin/pax/cpio.c \
    basesrc/bin/pax/ftree.c basesrc/bin/pax/getoldopt.c basesrc/bin/pax/pax.h
cvs rdiff -r1.19 -r1.20 basesrc/bin/pax/ar_io.c basesrc/bin/pax/file_subs.c
cvs rdiff -r1.14 -r1.15 basesrc/bin/pax/ar_subs.c basesrc/bin/pax/tables.c
cvs rdiff -r1.15 -r1.16 basesrc/bin/pax/buf_subs.c
cvs rdiff -r1.25 -r1.26 basesrc/bin/pax/extern.h
cvs rdiff -r1.20 -r1.21 basesrc/bin/pax/gen_subs.c
cvs rdiff -r1.32 -r1.33 basesrc/bin/pax/options.c
cvs rdiff -r1.11 -r1.12 basesrc/bin/pax/pat_rep.c
cvs rdiff -r1.13 -r1.14 basesrc/bin/pax/pax.c
cvs rdiff -r1.12 -r1.13 basesrc/bin/pax/sel_subs.c
cvs rdiff -r1.18 -r1.19 basesrc/bin/pax/tar.c
cvs rdiff -r1.9 -r1.10 basesrc/bin/pax/tty_subs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index