Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern g/c no longer necessary weak alias
details: https://anonhg.NetBSD.org/src/rev/9b8481498ef5
branches: trunk
changeset: 328941:9b8481498ef5
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Apr 25 13:13:26 2014 +0000
description:
g/c no longer necessary weak alias
diffstat:
sys/rump/librump/rumpkern/rump.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 0b1d234f2a1e -r 9b8481498ef5 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c Fri Apr 25 13:11:47 2014 +0000
+++ b/sys/rump/librump/rumpkern/rump.c Fri Apr 25 13:13:26 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.297 2014/04/25 13:10:42 pooka Exp $ */
+/* $NetBSD: rump.c,v 1.298 2014/04/25 13:13:26 pooka Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.297 2014/04/25 13:10:42 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.298 2014/04/25 13:13:26 pooka Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -142,10 +142,6 @@
__weak_alias(biodone,rump__unavailable);
__weak_alias(sopoll,rump__unavailable);
-void rump__unavailable_vfs_panic(void);
-void rump__unavailable_vfs_panic() {panic("vfs component not available");}
-__weak_alias(usermount_common_policy,rump__unavailable_vfs_panic);
-
rump_proc_vfs_init_fn rump_proc_vfs_init;
rump_proc_vfs_release_fn rump_proc_vfs_release;
Home |
Main Index |
Thread Index |
Old Index