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 weakalias the "withsize" variant o...



details:   https://anonhg.NetBSD.org/src/rev/a8cbdae7129d
branches:  trunk
changeset: 761628:a8cbdae7129d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Feb 03 11:01:51 2011 +0000

description:
weakalias the "withsize" variant of rump_pub_etfs_register too

diffstat:

 sys/rump/librump/rumpkern/rump.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cd45a52a9752 -r a8cbdae7129d sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Thu Feb 03 10:21:58 2011 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Thu Feb 03 11:01:51 2011 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index