Module Name:    src
Committed By:   pooka
Date:           Tue Oct 20 23:28:50 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpnet: rumpnet.ifspec

Log Message:
add shmif_create


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpnet/rumpnet.ifspec

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/rumpnet/rumpnet.ifspec
diff -u src/sys/rump/librump/rumpnet/rumpnet.ifspec:1.1 src/sys/rump/librump/rumpnet/rumpnet.ifspec:1.2
--- src/sys/rump/librump/rumpnet/rumpnet.ifspec:1.1	Wed Oct 14 17:17:00 2009
+++ src/sys/rump/librump/rumpnet/rumpnet.ifspec	Tue Oct 20 23:28:50 2009
@@ -1,11 +1,12 @@
-;       $NetBSD: rumpnet.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp $
+;       $NetBSD: rumpnet.ifspec,v 1.2 2009/10/20 23:28:50 pooka Exp $
 
 NAME|net
 PUBHDR|include/rump/rumpnet_if_pub.h
 PRIVHDR|librump/rumpnet/rumpnet_if_priv.h
 WRAPPERS|librump/rumpnet/rumpnet_if_wrappers.c
 
-; type          | name          | args		| attrs
+; type          | name          | args			| attrs
 ;
 
-int		|virtif_create	|int		|WEAK
+int		|virtif_create	|int			|WEAK
+int		|shmif_create	|const char *, int *	|WEAK

Reply via email to