From owner-cvs-all Thu Apr 26 1:37: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9149E37B42C; Thu, 26 Apr 2001 01:37:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3Q8b1l94325; Thu, 26 Apr 2001 01:37:01 -0700 (PDT) (envelope-from kris) Message-Id: <200104260837.f3Q8b1l94325@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 26 Apr 2001 01:37:01 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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