From owner-cvs-src@FreeBSD.ORG Tue Feb 19 07:09:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1C1816A419; Tue, 19 Feb 2008 07:09:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D590413C4D3; Tue, 19 Feb 2008 07:09:19 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1J79J0R090128; Tue, 19 Feb 2008 07:09:19 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1J79J7K090127; Tue, 19 Feb 2008 07:09:19 GMT (envelope-from ru) Message-Id: <200802190709.m1J79J7K090127@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 19 Feb 2008 07:09:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/strfile strfile.c src/gnu/usr.bin/man/man man.c src/gnu/usr.bin/man/manpath manpath.c src/sbin/sconfig sconfig.c src/secure/usr.bin/bdes bdes.c src/tools/regression/fsx fsx.c src/usr.bin/ncplogin ncplogin.c src/usr.sbin/cdcontrol ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 07:09:20 -0000 ru 2008-02-19 07:09:19 UTC FreeBSD src repository Modified files: games/fortune/strfile strfile.c gnu/usr.bin/man/man man.c gnu/usr.bin/man/manpath manpath.c sbin/sconfig sconfig.c secure/usr.bin/bdes bdes.c tools/regression/fsx fsx.c usr.bin/ncplogin ncplogin.c usr.sbin/cdcontrol cdcontrol.c usr.sbin/zic zdump.c Log: getopt(3) returns -1, not EOF. Revision Changes Path 1.29 +1 -1 src/games/fortune/strfile/strfile.c 1.66 +1 -1 src/gnu/usr.bin/man/man/man.c 1.14 +1 -1 src/gnu/usr.bin/man/manpath/manpath.c 1.5 +1 -1 src/sbin/sconfig/sconfig.c 1.10 +1 -1 src/secure/usr.bin/bdes/bdes.c 1.6 +1 -1 src/tools/regression/fsx/fsx.c 1.6 +1 -1 src/usr.bin/ncplogin/ncplogin.c 1.50 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.c 1.10 +1 -1 src/usr.sbin/zic/zdump.c