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/libsockin Fix build of usr.sbin/puffs/rump_nfs



details:   https://anonhg.NetBSD.org/src/rev/693ba8444d2e
branches:  trunk
changeset: 819050:693ba8444d2e
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Nov 15 09:04:30 2016 +0000

description:
Fix build of usr.sbin/puffs/rump_nfs

XXX a better fix should be to separate nfs codes and let rump_nfs link only
XXX one that doesn't depend on rt_delete_matched_entries (and rtrequest).

diffstat:

 sys/rump/net/lib/libsockin/sockin.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 3efeb88332ba -r 693ba8444d2e sys/rump/net/lib/libsockin/sockin.c
--- a/sys/rump/net/lib/libsockin/sockin.c       Tue Nov 15 02:53:32 2016 +0000
+++ b/sys/rump/net/lib/libsockin/sockin.c       Tue Nov 15 09:04:30 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sockin.c,v 1.63 2016/01/26 23:12:19 pooka Exp $        */
+/*     $NetBSD: sockin.c,v 1.64 2016/11/15 09:04:30 ozaki-r Exp $      */
 
 /*
  * Copyright (c) 2008, 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.63 2016/01/26 23:12:19 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.64 2016/11/15 09:04:30 ozaki-r Exp $");
 
 #include <sys/param.h>
 #include <sys/condvar.h>
@@ -707,3 +707,4 @@
 __strong_alias(rtrequest,sockin_unavailable);
 __strong_alias(ifunit,sockin_unavailable);
 __strong_alias(ifreq_setaddr,sockin_unavailable);
+__strong_alias(rt_delete_matched_entries,sockin_unavailable);



Home | Main Index | Thread Index | Old Index