Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net/lib/libnet rumpnet_net: add pfil.c



details:   https://anonhg.NetBSD.org/src/rev/a2aecf569a56
branches:  trunk
changeset: 778819:a2aecf569a56
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sat Apr 14 18:26:31 2012 +0000

description:
rumpnet_net: add pfil.c

diffstat:

 sys/rump/net/lib/libnet/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ac65a39efae8 -r a2aecf569a56 sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile  Sat Apr 14 15:14:08 2012 +0000
+++ b/sys/rump/net/lib/libnet/Makefile  Sat Apr 14 18:26:31 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2011/09/24 21:11:23 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2012/04/14 18:26:31 rmind Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
@@ -8,7 +8,7 @@
 # iffy stuff
 SRCS=  if.c if_loop.c route.c rtbl.c rtsock.c rtsock_50.c raw_usrreq.c \
        raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c rfc6056.c
-SRCS+= if_43.c uipc_syscalls_50.c
+SRCS+= if_43.c pfil.c uipc_syscalls_50.c
 SRCS+= component.c
 
 CPPFLAGS+=     -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt



Home | Main Index | Thread Index | Old Index