Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/npf Fix breakage caused by last commit. "npf_alg...
details: https://anonhg.NetBSD.org/src/rev/b8dc6da9ff46
branches: trunk
changeset: 771021:b8dc6da9ff46
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 06 13:04:44 2011 +0000
description:
Fix breakage caused by last commit. "npf_alg_icmp.c" is supposed to be
its own kernel module.
diffstat:
sys/modules/npf/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d1ce4cd44f77 -r b8dc6da9ff46 sys/modules/npf/Makefile
--- a/sys/modules/npf/Makefile Sun Nov 06 12:40:04 2011 +0000
+++ b/sys/modules/npf/Makefile Sun Nov 06 13:04:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/11/06 12:07:21 tron Exp $
+# $NetBSD: Makefile,v 1.7 2011/11/06 13:04:44 tron Exp $
.include "../Makefile.inc"
@@ -6,7 +6,7 @@
KMOD= npf
-SRCS= npf.c npf_alg.c npf_alg_icmp.c npf_ctl.c npf_handler.c
+SRCS= npf.c npf_alg.c npf_ctl.c npf_handler.c
SRCS+= npf_inet.c npf_instr.c npf_log.c npf_mbuf.c npf_nat.c
SRCS+= npf_processor.c npf_ruleset.c npf_sendpkt.c npf_session.c
SRCS+= npf_state.c npf_tableset.c
Home |
Main Index |
Thread Index |
Old Index