From owner-cvs-src-old@FreeBSD.ORG Tue Mar 3 17:28:36 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5B11106566B for ; Tue, 3 Mar 2009 17:28:36 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A402F8FC2C for ; Tue, 3 Mar 2009 17:28:36 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n23HSaTm094356 for ; Tue, 3 Mar 2009 17:28:36 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n23HSatF094355 for cvs-src-old@freebsd.org; Tue, 3 Mar 2009 17:28:36 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200903031728.n23HSatF094355@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Mon, 2 Mar 2009 22:11:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 17:28:37 -0000 luigi 2009-03-02 22:11:48 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h ip_fw2.c Log: SVN rev 189288 on 2009-03-02 22:11:48Z by luigi fw_debug has been unused for ages, so remove it from the list of sysctl_variables. I would also remove it from the VNET record but I am unsure if there is any ABI issue -- so for the time being just mark it as unused in ip_fw.h, and then we will collect the garbage at some appropriate time in the future. MFC after: 3 days Revision Changes Path 1.123 +1 -1 src/sys/netinet/ip_fw.h 1.215 +0 -4 src/sys/netinet/ip_fw2.c