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 no need to include code which is alr...



details:   https://anonhg.NetBSD.org/src/rev/058c8018a466
branches:  trunk
changeset: 780687:058c8018a466
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Aug 03 14:27:02 2012 +0000

description:
no need to include code which is already provided by the faction base

diffstat:

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

diffs (18 lines):

diff -r 0b9e35d0a209 -r 058c8018a466 sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile  Fri Aug 03 13:14:20 2012 +0000
+++ b/sys/rump/net/lib/libnet/Makefile  Fri Aug 03 14:27:02 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2012/06/25 19:25:07 martin Exp $
+#      $NetBSD: Makefile,v 1.16 2012/08/03 14:27:02 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
@@ -6,7 +6,7 @@
 LIB=   rumpnet_net
 
 # iffy stuff
-SRCS=  if.c if_loop.c route.c rtbl.c rtsock.c rtsock_50.c raw_usrreq.c \
+SRCS=  if.c if_loop.c route.c rtsock.c rtsock_50.c raw_usrreq.c        \
        raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c portalgo.c
 SRCS+= if_43.c pfil.c uipc_syscalls_50.c
 SRCS+= component.c



Home | Main Index | Thread Index | Old Index