Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpvfs Don't provide stat compat syscalls ...



details:   https://anonhg.NetBSD.org/src/rev/1d72561db4e1
branches:  trunk
changeset: 756481:1d72561db4e1
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jul 19 15:29:44 2010 +0000

description:
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)

diffstat:

 sys/rump/librump/rumpvfs/rumpvfs.ifspec |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r a3b4d6d3445b -r 1d72561db4e1 sys/rump/librump/rumpvfs/rumpvfs.ifspec
--- a/sys/rump/librump/rumpvfs/rumpvfs.ifspec   Mon Jul 19 15:28:18 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs.ifspec   Mon Jul 19 15:29:44 2010 +0000
@@ -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 *



Home | Main Index | Thread Index | Old Index