Module Name: src
Committed By: pooka
Date: Thu Feb 3 11:01:52 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
weakalias the "withsize" variant of rump_pub_etfs_register too
To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/sys/rump/librump/rumpkern/rump.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.227 src/sys/rump/librump/rumpkern/rump.c:1.228
--- src/sys/rump/librump/rumpkern/rump.c:1.227 Sun Jan 30 16:31:42 2011
+++ src/sys/rump/librump/rumpkern/rump.c Thu Feb 3 11:01:51 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.227 2011/01/30 16:31:42 bouyer Exp $ */
+/* $NetBSD: rump.c,v 1.228 2011/02/03 11:01:51 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.227 2011/01/30 16:31:42 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.228 2011/02/03 11:01:51 pooka Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -155,6 +155,7 @@
/* easier to write vfs-less clients */
__weak_alias(rump_pub_etfs_register,rump__unavailable);
+__weak_alias(rump_pub_etfs_register_withsize,rump__unavailable);
__weak_alias(rump_pub_etfs_remove,rump__unavailable);
rump_proc_vfs_init_fn rump_proc_vfs_init;