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 cosmetic: put portalgo.c in the conceptuall...
details: https://anonhg.NetBSD.org/src/rev/efd50f93e34a
branches: trunk
changeset: 787088:efd50f93e34a
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Jun 01 10:54:24 2013 +0000
description:
cosmetic: put portalgo.c in the conceptually right place
diffstat:
sys/rump/net/lib/libnet/Makefile | 4 ++--
sys/rump/net/lib/libnetinet/Makefile.inc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r edaf3faf9818 -r efd50f93e34a sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile Sat Jun 01 10:54:02 2013 +0000
+++ b/sys/rump/net/lib/libnet/Makefile Sat Jun 01 10:54:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/08/03 14:27:02 pooka Exp $
+# $NetBSD: Makefile,v 1.17 2013/06/01 10:54:24 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
@@ -7,7 +7,7 @@
# iffy stuff
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
+ raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c
SRCS+= if_43.c pfil.c uipc_syscalls_50.c
SRCS+= component.c
diff -r edaf3faf9818 -r efd50f93e34a sys/rump/net/lib/libnetinet/Makefile.inc
--- a/sys/rump/net/lib/libnetinet/Makefile.inc Sat Jun 01 10:54:02 2013 +0000
+++ b/sys/rump/net/lib/libnetinet/Makefile.inc Sat Jun 01 10:54:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2011/05/03 18:28:45 dyoung Exp $
+# $NetBSD: Makefile.inc,v 1.9 2013/06/01 10:54:24 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../netinet ${.CURDIR}/../../../../netinet6
@@ -6,7 +6,7 @@
# INET
SRCS+= in_proto.c igmp.c in.c in_offload.c in_pcb.c ip_carp.c ip_icmp.c\
ip_flow.c ip_id.c ip_input.c ip_reass.c ip_output.c raw_ip.c \
- in_cksum.c cpu_in_cksum.c in4_cksum.c ip_encap.c
+ in_cksum.c cpu_in_cksum.c in4_cksum.c ip_encap.c portalgo.c
# INET6
SRCS+= dest6.c frag6.c icmp6.c in6.c in6_cksum.c in6_ifattach.c \
Home |
Main Index |
Thread Index |
Old Index