Module Name:    src
Committed By:   pooka
Date:           Wed Jul  3 19:22:22 UTC 2013

Modified Files:
        src/sys/rump/include/rump: rumpnet_if_pub.h
        src/sys/rump/librump/rumpnet: rumpnet_if_priv.h rumpnet_if_wrappers.c

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/rumpnet_if_pub.h
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpnet/rumpnet_if_priv.h \
    src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.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/include/rump/rumpnet_if_pub.h
diff -u src/sys/rump/include/rump/rumpnet_if_pub.h:1.4 src/sys/rump/include/rump/rumpnet_if_pub.h:1.5
--- src/sys/rump/include/rump/rumpnet_if_pub.h:1.4	Tue Oct 20 23:29:39 2009
+++ src/sys/rump/include/rump/rumpnet_if_pub.h	Wed Jul  3 19:22:21 2013
@@ -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 *);

Index: src/sys/rump/librump/rumpnet/rumpnet_if_priv.h
diff -u src/sys/rump/librump/rumpnet/rumpnet_if_priv.h:1.4 src/sys/rump/librump/rumpnet/rumpnet_if_priv.h:1.5
--- src/sys/rump/librump/rumpnet/rumpnet_if_priv.h:1.4	Tue Oct 20 23:29:39 2009
+++ src/sys/rump/librump/rumpnet/rumpnet_if_priv.h	Wed Jul  3 19:22:21 2013
@@ -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 *);
Index: src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c
diff -u src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c:1.4 src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c:1.5
--- src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c:1.4	Tue Oct 20 23:29:39 2009
+++ src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c	Wed Jul  3 19:22:21 2013
@@ -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 @@ rump_net_unavailable(void)
 }
 
 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;

Reply via email to