From owner-cvs-src@FreeBSD.ORG Fri Sep 10 13:42:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E6E16A4CE; Fri, 10 Sep 2004 13:42:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E1B43D2F; Fri, 10 Sep 2004 13:42:24 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8ADgOXJ052558; Fri, 10 Sep 2004 13:42:24 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8ADgOg4052557; Fri, 10 Sep 2004 13:42:24 GMT (envelope-from maxim) Message-Id: <200409101342.i8ADgOg4052557@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 10 Sep 2004 13:42:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 10 Sep 2004 13:42:25 -0000 maxim 2004-09-10 13:42:24 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: o Initialize a local variable and make gcc happy. PR: bin/71485 Submitted by: Jukka A. Ukkonen Revision Changes Path 1.57 +2 -0 src/sbin/ipfw/ipfw2.c