Date: Thu, 21 Feb 2002 10:13:32 -0800 (PST) From: Bill Fumerola <billf@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/primes pattern.c primes.c Message-ID: <200202211813.g1LIDWT93527@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
billf 2002/02/21 10:13:31 PST
Modified files:
games/primes pattern.c primes.c
Log:
staticize functions and variables
change function declarations to ANSI
change a variable that stores sizeof() values to size_t
use return to escape the end of main(), not exit(3)
Revision Changes Path
1.4 +3 -1 src/games/primes/pattern.c
1.18 +14 -18 src/games/primes/primes.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?200202211813.g1LIDWT93527>
