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 Adjust to rfc6056 rename to portalgo



details:   https://anonhg.NetBSD.org/src/rev/d4c002f231df
branches:  trunk
changeset: 779892:d4c002f231df
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 25 19:25:07 2012 +0000

description:
Adjust to rfc6056 rename to portalgo

diffstat:

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

diffs (18 lines):

diff -r 42c0df25fe8a -r d4c002f231df sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile  Mon Jun 25 17:25:29 2012 +0000
+++ b/sys/rump/net/lib/libnet/Makefile  Mon Jun 25 19:25:07 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2012/04/14 18:26:31 rmind Exp $
+#      $NetBSD: Makefile,v 1.15 2012/06/25 19:25:07 martin Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
@@ -7,7 +7,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
+       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