Module Name:    src
Committed By:   pooka
Date:           Thu May 20 15:58:09 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpvfs: rumpvfs_if_priv.h

Log Message:
one more file to commit with regen


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h

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_if_priv.h
diff -u src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.4 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.5
--- src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h:1.4	Wed Apr 14 14:14:53 2010
+++ src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h	Thu May 20 15:58:09 2010
@@ -1,8 +1,8 @@
-/*	$NetBSD: rumpvfs_if_priv.h,v 1.4 2010/04/14 14:14:53 pooka Exp $	*/
+/*	$NetBSD: rumpvfs_if_priv.h,v 1.5 2010/05/20 15:58:09 pooka Exp $	*/
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.1 2009/10/14 17:17:00 pooka Exp 
+ * from: NetBSD: rumpvfs.ifspec,v 1.3 2010/05/20 15:46:47 pooka Exp 
  * by:   NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp 
  */
 
@@ -31,6 +31,7 @@
 int rump_vfs_sync(struct mount *, int, struct kauth_cred *);
 int rump_vfs_fhtovp(struct mount *, struct fid *, struct vnode **);
 int rump_vfs_vptofh(struct vnode *, struct fid *, size_t *);
+int rump_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *);
 void rump_vfs_syncwait(struct mount *);
 int rump_vfs_getmp(const char *, struct mount **);
 void rump_rcvp_set(struct vnode *, struct vnode *);

Reply via email to