Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2001 01:37:01 -0700 (PDT)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: 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 options.c pat_rep.c pax.c pax.h sel_subs.c tables.c tar.c tty_subs.c
Message-ID:  <200104260837.f3Q8b1l94325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2001/04/26 01:37:01 PDT

  Modified files:
    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 options.c pat_rep.c pax.c 
                         pax.h sel_subs.c tables.c tar.c 
                         tty_subs.c 
  Log:
  Reduce diffs with OpenBSD:
    #if __STDC__ -> #ifdef __STDC__
    pax_warn() -> paxwarn()
    sys_warn() -> syswarn()
    (foo *)NULL -> NULL
    bcopy -> memmove()/memcpy()
    bzero -> memset()
    Typo fixes
    sprintf() -> snprintf()
    rindex() -> strrchr()
    index() -> strchr()
    sys_errlist[] -> strerror()
  
  Obtained from:	OpenBSD
  
  Revision  Changes    Path
  1.13      +51 -51    src/bin/pax/ar_io.c
  1.14      +30 -30    src/bin/pax/ar_subs.c
  1.13      +46 -46    src/bin/pax/buf_subs.c
  1.13      +19 -17    src/bin/pax/cache.c
  1.13      +42 -42    src/bin/pax/cpio.c
  1.10      +3 -3      src/bin/pax/extern.h
  1.13      +46 -46    src/bin/pax/file_subs.c
  1.14      +21 -21    src/bin/pax/ftree.c
  1.16      +11 -11    src/bin/pax/gen_subs.c
  1.16      +35 -35    src/bin/pax/options.c
  1.16      +28 -28    src/bin/pax/pat_rep.c
  1.16      +9 -9      src/bin/pax/pax.c
  1.10      +2 -2      src/bin/pax/pax.h
  1.12      +28 -28    src/bin/pax/sel_subs.c
  1.15      +46 -46    src/bin/pax/tables.c
  1.14      +48 -48    src/bin/pax/tar.c
  1.13      +20 -20    src/bin/pax/tty_subs.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?200104260837.f3Q8b1l94325>