NetBSD/bin/pax
dsl b419a25464 Ensure we exit with an error if we don't actually do anything.
There are a lot of tty_warn(0,...) and syswarn(0,...) which probably ought
to be tty_warn/syswarn(1,...) to force an error exit.  However some are
used in interactive parts (eg opening a continuation archive) where there
is a separate retry loop.
So we just pass a failure code out to main() - how quaint!
This should now cause the NetBSD build to fail when gzip tries to write
to a non-existant directory.
(I suspect there are still many errors that don't get reported correctly.)
2006-02-11 11:04:57 +00:00
..
Makefile Don't compile in cpio usage, if we are SMALL. 2005-06-29 02:21:27 +00:00
ar_io.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
ar_subs.c Ensure we exit with an error if we don't actually do anything. 2006-02-11 11:04:57 +00:00
buf_subs.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
cpio.1 Use better section header. From YOMURA Masanori in private mail. 2005-09-11 23:13:03 +00:00
cpio.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
cpio.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
dumptar.c A small standalone program to dump ustar headers, used for debugging. 2004-06-16 14:28:21 +00:00
extern.h Ensure we exit with an error if we don't actually do anything. 2006-02-11 11:04:57 +00:00
file_subs.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
ftree.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
ftree.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
gen_subs.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
getoldopt.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
options.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
options.h Welcome to WARNS=3 2004-05-11 17:12:26 +00:00
pat_rep.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
pat_rep.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
pax.1 Use better section header. Sort sections. From YOMURA Masanori in private mail. 2005-09-11 23:21:17 +00:00
pax.c Ensure we exit with an error if we don't actually do anything. 2006-02-11 11:04:57 +00:00
pax.h Don't leave arcn->org_name pointing to ftent->fts_path, if we being cpio 2005-09-24 17:05:21 +00:00
sel_subs.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
sel_subs.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
tables.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
tables.h spelling fixes from Joerg Sonnenberger 2005-09-16 17:05:14 +00:00
tar.1 Bump date for -no-recursion. 2005-05-24 00:05:01 +00:00
tar.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00
tar.h Welcome to WARNS=3 2004-05-11 17:12:26 +00:00
tty_subs.c Change all the 'return(x)' to 'return c'. 2006-02-11 10:43:17 +00:00