Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/npf oops forgot to commit this one.



details:   https://anonhg.NetBSD.org/src/rev/b671d4a4dec4
branches:  trunk
changeset: 820076:b671d4a4dec4
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 28 13:50:55 2016 +0000

description:
oops forgot to commit this one.

diffstat:

 sys/modules/npf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f36b00360a0d -r b671d4a4dec4 sys/modules/npf/Makefile
--- a/sys/modules/npf/Makefile  Wed Dec 28 11:44:58 2016 +0000
+++ b/sys/modules/npf/Makefile  Wed Dec 28 13:50:55 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/12/09 02:41:09 christos Exp $
+# $NetBSD: Makefile,v 1.20 2016/12/28 13:50:55 christos Exp $
 #
 # Public Domain.
 #
@@ -13,7 +13,7 @@
 SRCS+=         npf_bpf.c npf_if.c npf_inet.c npf_mbuf.c npf_nat.c
 SRCS+=         npf_ruleset.c npf_conn.c npf_conndb.c npf_rproc.c
 SRCS+=         npf_state.c npf_state_tcp.c npf_tableset.c
-SRCS+=         lpm.c npf_sendpkt.c npf_worker.c
+SRCS+=         lpm.c npf_sendpkt.c npf_worker.c npf_os.c
 
 CPPFLAGS+=     -DINET6
 



Home | Main Index | Thread Index | Old Index