Date: Wed, 27 Feb 2002 09:57:01 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find Makefile extern.h find.c find.h function.c main.c misc.c operator.c option.c Message-ID: <200202271757.g1RHv1B33890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/02/27 09:57:01 PST
Modified files:
usr.bin/find Makefile extern.h find.c find.h
function.c main.c misc.c operator.c
option.c
Log:
1) Remove -Wall from Makefile.
2) WARNs fixes (rename option to lookup_option to avoid shadowing, rename
argv to argv1 to avoid shadowing, const stuff, prototypes, __unused).
3) Remove "register"s.
Revision Changes Path
1.12 +1 -2 src/usr.bin/find/Makefile
1.15 +2 -2 src/usr.bin/find/extern.h
1.11 +11 -11 src/usr.bin/find/find.c
1.14 +2 -2 src/usr.bin/find/find.h
1.36 +47 -41 src/usr.bin/find/function.c
1.12 +2 -2 src/usr.bin/find/main.c
1.5 +4 -4 src/usr.bin/find/misc.c
1.9 +12 -9 src/usr.bin/find/operator.c
1.14 +8 -7 src/usr.bin/find/option.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?200202271757.g1RHv1B33890>
