From owner-cvs-all Sat Feb 28 21:46:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18544 for cvs-all-outgoing; Sat, 28 Feb 1998 21:46:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA18458; Sat, 28 Feb 1998 21:46:18 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0y91Zc-00008b-00; Sat, 28 Feb 1998 22:46:04 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id WAA00709; Sat, 28 Feb 1998 22:45:42 -0700 (MST) Message-Id: <199803010545.WAA00709@harmony.village.org> To: "Jordan K. Hubbard" Subject: Re: cvs commit: src/games/arithmetic arithmetic.c src/games/cribbage crib.c src/games/factor factor.c src/games/fish fish.c src/games/morse morse.c src/games/number number.c src/games/phantasia setup.c src/games/piano piano.c src/games/pig ... Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG In-reply-to: Your message of "Sat, 28 Feb 1998 21:10:29 PST." <199803010510.VAA05161@freefall.freebsd.org> References: <199803010510.VAA05161@freefall.freebsd.org> Date: Sat, 28 Feb 1998 22:45:42 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199803010510.VAA05161@freefall.freebsd.org> "Jordan K. Hubbard" writes: : Wargh! Who went and changed all the getopt() comparisons from -1 to : EOF? The getopt(3) manpage clearly states that the return value is *-1*, : not EOF! Besides, getopt(3) isn't reading from a file. :) ooops. I thought that I had done this in -current, but looking at the logs it appears that I didn't... So this was the original code never changed. EOF was the original definition a long time ago... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message