Date: Wed, 9 Oct 2002 12:38:55 -0700 (PDT) From: Tony Finch <fanf@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/factor factor.c src/games/primes pattern.c pr_tbl.c primes.c primes.h Message-ID: <200210091938.g99JcuGV079226@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fanf 2002/10/09 12:38:55 PDT Modified files: games/factor factor.c games/primes pattern.c pr_tbl.c primes.c primes.h Log: Style fixes to: #include ordering; use const and static; ANSI functions; various usage synopses; bogus and/or unnecessary casting; exit values; use LINE_MAX instead of magic numbers; declare extern variables in a header; add $FreeBSD$ where missing. Reviewed by: markm, obrien Obtained from: NetBSD | fanf Revision Changes Path 1.12 +21 -37 src/games/factor/factor.c 1.5 +4 -2 src/games/primes/pattern.c 1.5 +4 -2 src/games/primes/pr_tbl.c 1.19 +13 -29 src/games/primes/primes.c 1.2 +18 -0 src/games/primes/primes.h 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?200210091938.g99JcuGV079226>