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 one more file to commit with regen



details:   https://anonhg.NetBSD.org/src/rev/f3734f08a9c8
branches:  trunk
changeset: 755033:f3734f08a9c8
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu May 20 15:58:09 2010 +0000

description:
one more file to commit with regen

diffstat:

 sys/rump/librump/rumpvfs/rumpvfs_if_priv.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r ce3f405cf6d2 -r f3734f08a9c8 sys/rump/librump/rumpvfs/rumpvfs_if_priv.h
--- a/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h        Thu May 20 15:47:45 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h        Thu May 20 15:58:09 2010 +0000
@@ -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 *);



Home | Main Index | Thread Index | Old Index