From owner-cvs-sbin Thu Dec 25 19:29:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA17904 for cvs-sbin-outgoing; Thu, 25 Dec 1997 19:29:31 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA17851; Thu, 25 Dec 1997 19:28:22 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA04641; Thu, 25 Dec 1997 19:24:27 -0800 (PST) Date: Thu, 25 Dec 1997 19:24:27 -0800 (PST) Message-Id: <199712260324.TAA04641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1997/12/25 19:24:26 PST Modified files: sbin/ipfw ipfw.c Log: Put the return value of getopt into an int, not a char. Revision Changes Path 1.49 +4 -5 src/sbin/ipfw/ipfw.c