Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump regen
details: https://anonhg.NetBSD.org/src/rev/ef311569e8a8
branches: trunk
changeset: 787795:ef311569e8a8
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Jul 03 19:22:21 2013 +0000
description:
regen
diffstat:
sys/rump/include/rump/rumpnet_if_pub.h | 7 +++----
sys/rump/librump/rumpnet/rumpnet_if_priv.h | 7 +++----
sys/rump/librump/rumpnet/rumpnet_if_wrappers.c | 19 +++----------------
3 files changed, 9 insertions(+), 24 deletions(-)
diffs (70 lines):
diff -r 6a48df8105f6 -r ef311569e8a8 sys/rump/include/rump/rumpnet_if_pub.h
--- a/sys/rump/include/rump/rumpnet_if_pub.h Wed Jul 03 19:21:11 2013 +0000
+++ b/sys/rump/include/rump/rumpnet_if_pub.h Wed Jul 03 19:22:21 2013 +0000
@@ -1,10 +1,9 @@
-/* $NetBSD: rumpnet_if_pub.h,v 1.4 2009/10/20 23:29:39 pooka Exp $ */
+/* $NetBSD: rumpnet_if_pub.h,v 1.5 2013/07/03 19:22:21 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpnet.ifspec,v 1.2 2009/10/20 23:28:50 pooka Exp
- * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp
+ * from: NetBSD: rumpnet.ifspec,v 1.3 2013/07/03 19:21:11 pooka Exp
+ * by: NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp
*/
-int rump_pub_virtif_create(int);
int rump_pub_shmif_create(const char *, int *);
diff -r 6a48df8105f6 -r ef311569e8a8 sys/rump/librump/rumpnet/rumpnet_if_priv.h
--- a/sys/rump/librump/rumpnet/rumpnet_if_priv.h Wed Jul 03 19:21:11 2013 +0000
+++ b/sys/rump/librump/rumpnet/rumpnet_if_priv.h Wed Jul 03 19:22:21 2013 +0000
@@ -1,10 +1,9 @@
-/* $NetBSD: rumpnet_if_priv.h,v 1.4 2009/10/20 23:29:39 pooka Exp $ */
+/* $NetBSD: rumpnet_if_priv.h,v 1.5 2013/07/03 19:22:21 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpnet.ifspec,v 1.2 2009/10/20 23:28:50 pooka Exp
- * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp
+ * from: NetBSD: rumpnet.ifspec,v 1.3 2013/07/03 19:21:11 pooka Exp
+ * by: NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp
*/
-int rump_virtif_create(int);
int rump_shmif_create(const char *, int *);
diff -r 6a48df8105f6 -r ef311569e8a8 sys/rump/librump/rumpnet/rumpnet_if_wrappers.c
--- a/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c Wed Jul 03 19:21:11 2013 +0000
+++ b/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c Wed Jul 03 19:22:21 2013 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: rumpnet_if_wrappers.c,v 1.4 2009/10/20 23:29:39 pooka Exp $ */
+/* $NetBSD: rumpnet_if_wrappers.c,v 1.5 2013/07/03 19:22:21 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpnet.ifspec,v 1.2 2009/10/20 23:28:50 pooka Exp
- * by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp
+ * from: NetBSD: rumpnet.ifspec,v 1.3 2013/07/03 19:21:11 pooka Exp
+ * by: NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp
*/
#include <sys/cdefs.h>
@@ -24,19 +24,6 @@
}
int
-rump_pub_virtif_create(int arg1)
-{
- int rv;
-
- rump_schedule();
- rv = rump_virtif_create(arg1);
- rump_unschedule();
-
- return rv;
-}
-__weak_alias(rump_virtif_create,rump_net_unavailable);
-
-int
rump_pub_shmif_create(const char *arg1, int *arg2)
{
int rv;
Home |
Main Index |
Thread Index |
Old Index