Source-Changes-HG archive

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

[src/trunk]: src/sys/sys g/c unused protos



details:   https://anonhg.NetBSD.org/src/rev/afc0d6aa7452
branches:  trunk
changeset: 749361:afc0d6aa7452
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 27 16:46:06 2009 +0000

description:
g/c unused protos

diffstat:

 sys/sys/mount.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r a99f34e2c671 -r afc0d6aa7452 sys/sys/mount.h
--- a/sys/sys/mount.h   Fri Nov 27 16:43:51 2009 +0000
+++ b/sys/sys/mount.h   Fri Nov 27 16:46:06 2009 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index