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 add rfc6056.c



details:   https://anonhg.NetBSD.org/src/rev/237f9ecf6f3d
branches:  trunk
changeset: 769846:237f9ecf6f3d
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 24 21:11:23 2011 +0000

description:
add rfc6056.c

diffstat:

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

diffs (18 lines):

diff -r 950237ab57ad -r 237f9ecf6f3d sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile  Sat Sep 24 20:52:37 2011 +0000
+++ b/sys/rump/net/lib/libnet/Makefile  Sat Sep 24 21:11:23 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2011/03/31 19:40:54 dyoung Exp $
+#      $NetBSD: Makefile,v 1.13 2011/09/24 21:11:23 christos 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
+       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+= component.c
 



Home | Main Index | Thread Index | Old Index