Date: Wed, 10 Jul 2002 13:44:55 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls lomac.c ls.c src/bin/ps lomac.c src/bin/rcp rcp.c src/bin/rm rm.c src/bin/cp cp.c Message-ID: <200207102044.g6AKit93040308@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2002/07/10 13:44:55 PDT Modified files: bin/ls lomac.c ls.c bin/ps lomac.c bin/rcp rcp.c bin/rm rm.c bin/cp cp.c Log: err() is documented as allowing NULL for the format string but GCC isn't happy about it any more so change the usage to make buildworld work again. Revision Changes Path 1.39 +1 -1 src/bin/cp/cp.c 1.8 +2 -2 src/bin/ls/lomac.c 1.63 +4 -4 src/bin/ls/ls.c 1.8 +1 -1 src/bin/ps/lomac.c 1.34 +4 -4 src/bin/rcp/rcp.c 1.40 +2 -2 src/bin/rm/rm.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?200207102044.g6AKit93040308>