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/125f7e22a592
branches: trunk
changeset: 348908:125f7e22a592
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 050881beb783 -r 125f7e22a592 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