From owner-cvs-all Thu Feb 21 10:13:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C26637B404; Thu, 21 Feb 2002 10:13:32 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1LIDWT93527; Thu, 21 Feb 2002 10:13:32 -0800 (PST) (envelope-from billf) Message-Id: <200202211813.g1LIDWT93527@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 21 Feb 2002 10:13:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/primes pattern.c primes.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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