Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2011 04:18:42 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r220352 - stable/8/sys/modules/ipfw
Message-ID:  <201104050418.p354IgkD005201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Tue Apr  5 04:18:42 2011
New Revision: 220352
URL: http://svn.freebsd.org/changeset/base/220352

Log:
  MFC r220124:
    Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module.

Modified:
  stable/8/sys/modules/ipfw/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/modules/ipfw/Makefile
==============================================================================
--- stable/8/sys/modules/ipfw/Makefile	Tue Apr  5 03:11:21 2011	(r220351)
+++ stable/8/sys/modules/ipfw/Makefile	Tue Apr  5 04:18:42 2011	(r220352)
@@ -6,7 +6,7 @@
 
 KMOD=	ipfw
 SRCS=	ip_fw2.c ip_fw_pfil.c
-SRCS+=	ip_fw_dynamic.c ip_fw_log.c ip_fw_nat.c
+SRCS+=	ip_fw_dynamic.c ip_fw_log.c
 SRCS+=	ip_fw_sockopt.c ip_fw_table.c
 SRCS+=	opt_inet6.h opt_ipsec.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104050418.p354IgkD005201>