From owner-cvs-all Sun Aug 9 03:36:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04608 for cvs-all-outgoing; Sun, 9 Aug 1998 03:36:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04541; Sun, 9 Aug 1998 03:36:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA29854; Sun, 9 Aug 1998 03:36:25 -0700 (PDT) Date: Sun, 9 Aug 1998 03:36:25 -0700 (PDT) Message-Id: <199808091036.DAA29854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/games/primes primes.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/09 03:36:25 PDT Modified files: games/primes primes.c Log: Revert the last commit, it made the Bruce filter flip: PR7402 was even less suitable for committing almost verbatim than at first appearance. Rev.1.9 of primes.c has at least the following defects. - no update for man page. - no update for usage string. - blowing away of a previous commit to change EOF to -1 in getopt() test. - blowing away of a previous commit to fix printf format errors. - new printf format errors. - one gratuitous ANSIism. - two style bugs. - ... and a partition in a pear tree. PR: 7402 Revision Changes Path 1.10 +13 -18 src/games/primes/primes.c