Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Fix build (undefined reference to `rumpns_pfil_init...



details:   https://anonhg.NetBSD.org/src/rev/a080e98c0043
branches:  trunk
changeset: 820969:a080e98c0043
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Jan 17 08:10:37 2017 +0000

description:
Fix build (undefined reference to `rumpns_pfil_init' on usr.sbin/puffs/rump_nfs)

diffstat:

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

diffs (36 lines):

diff -r d963880e156d -r a080e98c0043 sys/rump/librump/rumpnet/Makefile.rumpnet
--- a/sys/rump/librump/rumpnet/Makefile.rumpnet Tue Jan 17 07:53:06 2017 +0000
+++ b/sys/rump/librump/rumpnet/Makefile.rumpnet Tue Jan 17 08:10:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpnet,v 1.19 2015/10/19 16:16:38 pooka Exp $
+#      $NetBSD: Makefile.rumpnet,v 1.20 2017/01/17 08:10:37 ozaki-r Exp $
 #
 
 LIB=           rumpnet
@@ -23,7 +23,7 @@
        uipc_socket.c uipc_socket2.c uipc_syscalls.c
 
 # sys/net
-SRCS+= pktqueue.c
+SRCS+= pktqueue.c pfil.c
 
 # formatters
 SRCS+= at_print.c dl_print.c in_print.c in6_print.c
diff -r d963880e156d -r a080e98c0043 sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile  Tue Jan 17 07:53:06 2017 +0000
+++ b/sys/rump/net/lib/libnet/Makefile  Tue Jan 17 08:10:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.29 2016/09/21 10:50:23 roy Exp $
+#      $NetBSD: Makefile,v 1.30 2017/01/17 08:10:37 ozaki-r Exp $
 #
 
 
@@ -12,7 +12,7 @@
 SRCS=  if.c if_loop.c route.c rtsock.c raw_usrreq.c                    \
        raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c     \
        if_spppsubr.c
-SRCS+= if_43.c pfil.c
+SRCS+= if_43.c
 SRCS+= if_llatbl.c
 SRCS+= net_component.c
 



Home | Main Index | Thread Index | Old Index