freebsd-dev/bin/cp
Sheldon Hearn a3ee32f3f7 Set WFORMAT=0, because our compiler currently complains about NULL
arg 2 to err() and friends, and warnings are promoted to errors.

This allows the following revisions to be reverted:

	rev 1.39	src/bin/cp/cp.c
	rev 1.26	src/bin/chmod/chmod.c
	rev 1.40	src/bin/rm/rm.c

The following revisions can already be reverted, because they were
already covered by WFORMAT=0:

	rev 1.8		src/bin/ls/lomac.c
	rev 1.63	src/bin/ls/ls.c
	rev 1.8		src/bin/ps/lomac.c
	rev 1.34	src/bin/rcp/rcp.c
2002-07-11 08:45:38 +00:00
..
cp.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
cp.c err() is documented as allowing NULL for the format string but GCC isn't 2002-07-10 20:44:55 +00:00
extern.h Fixed some style bugs in revs 1.1 and 1.4. 2002-02-23 17:05:32 +00:00
Makefile Set WFORMAT=0, because our compiler currently complains about NULL 2002-07-11 08:45:38 +00:00
utils.c Fix some low-hanging lint-fruit: endianness and staticness warnings. 2002-07-03 16:35:20 +00:00