Module Name: src
Committed By: pooka
Date: Fri Nov 27 16:46:06 UTC 2009
Modified Files:
src/sys/sys: mount.h
Log Message:
g/c unused protos
To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/sys/sys/mount.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/sys/mount.h
diff -u src/sys/sys/mount.h:1.193 src/sys/sys/mount.h:1.194
--- src/sys/sys/mount.h:1.193 Thu Nov 26 14:29:09 2009
+++ src/sys/sys/mount.h Fri Nov 27 16:46:06 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mount.h,v 1.193 2009/11/26 14:29:09 pooka Exp $ */
+/* $NetBSD: mount.h,v 1.194 2009/11/27 16:46:06 pooka Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -245,10 +245,6 @@
int VFS_SYNC(struct mount *, int, struct kauth_cred *);
int VFS_FHTOVP(struct mount *, struct fid *, struct vnode **);
int VFS_VPTOFH(struct vnode *, struct fid *, size_t *);
-void VFS_INIT(void);
-void VFS_REINIT(void);
-void VFS_DONE(void);
-int VFS_MOUNTROOT(void);
int VFS_SNAPSHOT(struct mount *, struct vnode *, struct timespec *);
int VFS_EXTATTRCTL(struct mount *, int, struct vnode *, int, const char *);
int VFS_SUSPENDCTL(struct mount *, int);