From owner-svn-src-user@FreeBSD.ORG  Thu Oct  8 22:45:19 2009
Return-Path: <owner-svn-src-user@FreeBSD.ORG>
Delivered-To: svn-src-user@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 02C87106568F;
	Thu,  8 Oct 2009 22:45:19 +0000 (UTC) (envelope-from eri@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c])
	by mx1.freebsd.org (Postfix) with ESMTP id E69958FC15;
	Thu,  8 Oct 2009 22:45:18 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
	by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n98MjImc036077;
	Thu, 8 Oct 2009 22:45:18 GMT (envelope-from eri@svn.freebsd.org)
Received: (from eri@localhost)
	by svn.freebsd.org (8.14.3/8.14.3/Submit) id n98MjICu036075;
	Thu, 8 Oct 2009 22:45:18 GMT (envelope-from eri@svn.freebsd.org)
Message-Id: <200910082245.n98MjICu036075@svn.freebsd.org>
From: Ermal Luçi <eri@FreeBSD.org>
Date: Thu, 8 Oct 2009 22:45:18 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
X-SVN-Group: user
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: 
Subject: svn commit: r197887 - user/eri/pf45/head/sys/conf
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
	src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>,
	<mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>,
	<mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Oct 2009 22:45:19 -0000

Author: eri
Date: Thu Oct  8 22:45:18 2009
New Revision: 197887
URL: http://svn.freebsd.org/changeset/base/197887

Log:
  pf_subr.c is gone glory to pf_lb.c

Modified:
  user/eri/pf45/head/sys/conf/files

Modified: user/eri/pf45/head/sys/conf/files
==============================================================================
--- user/eri/pf45/head/sys/conf/files	Thu Oct  8 22:42:07 2009	(r197886)
+++ user/eri/pf45/head/sys/conf/files	Thu Oct  8 22:45:18 2009	(r197887)
@@ -357,7 +357,7 @@ contrib/pf/net/pf_osfp.c	optional pf ine
 	compile-with "${NORMAL_C} -I$S/contrib/pf"
 contrib/pf/net/pf_ruleset.c	optional pf inet \
 	compile-with "${NORMAL_C} -I$S/contrib/pf"
-contrib/pf/net/pf_subr.c	optional pf inet \
+contrib/pf/net/pf_lb.c		optional pf inet \
 	compile-with "${NORMAL_C} -I$S/contrib/pf"
 contrib/pf/net/pf_table.c	optional pf inet \
 	compile-with "${NORMAL_C} -I$S/contrib/pf"