Module Name:    src
Committed By:   pooka
Date:           Mon Jul 19 15:29:44 UTC 2010

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

Log Message:
Don't provide stat compat syscalls here, they come from
rump_syscalls_compat.h now.  (besides, I always hated how they were
in the rump_pub_sys namespace instead of the rump_sys namespace)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpvfs/rumpvfs.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/rumpvfs/rumpvfs.ifspec
diff -u src/sys/rump/librump/rumpvfs/rumpvfs.ifspec:1.4 src/sys/rump/librump/rumpvfs/rumpvfs.ifspec:1.5
--- src/sys/rump/librump/rumpvfs/rumpvfs.ifspec:1.4	Wed May 26 21:50:56 2010
+++ src/sys/rump/librump/rumpvfs/rumpvfs.ifspec	Mon Jul 19 15:29:44 2010
@@ -1,4 +1,4 @@
-;       $NetBSD: rumpvfs.ifspec,v 1.4 2010/05/26 21:50:56 pooka Exp $
+;       $NetBSD: rumpvfs.ifspec,v 1.5 2010/07/19 15:29:44 pooka Exp $
 
 NAME|vfs
 PUBHDR|include/rump/rumpvfs_if_pub.h
@@ -59,10 +59,6 @@
 ; I picked the wrong header to stop sniffin' glue
 int		|syspuffs_glueinit	|int, int *	|WEAK
 
-; compat syscalls.  these are currently hand-"generated"
-int		|sys___stat30		|const char *, struct stat *
-int		|sys___lstat30		|const char *, struct stat *
-
 ; Other compat glue (for sniffing purposes)
 ; XXX: (lack of) types
 void		|vattr50_to_vattr	|const struct vattr *, struct vattr *

Reply via email to