diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-22 16:02:39 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-22 16:02:39 +0000 |
| commit | 13a6df99146c11dc2665b578013ba30252c2743e (patch) | |
| tree | 4e266bd39e9950df8628600aaaca51520c37142e | |
| parent | 8b03ba27f56fa654bac11337dc8f1db513fdf17c (diff) | |
Notes
| -rw-r--r-- | sys/sys/mount.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index b7d8c947e0e0..93198fb62e47 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.13 (Berkeley) 3/27/94 - * $Id: mount.h,v 1.28 1995/11/05 23:36:07 dyson Exp $ + * $Id: mount.h,v 1.29 1995/11/13 08:52:08 bde Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -255,8 +255,6 @@ struct vfsops { int *exflagsp, struct ucred **credanonp)); int (*vfs_vptofh) __P((struct vnode *vp, struct fid *fhp)); int (*vfs_init) __P((void)); - int (*vfs_sysctl) __P((int *, u_int, void *, size_t *, void *, size_t, - struct proc *)); }; #define VFS_MOUNT(MP, PATH, DATA, NDP, P) \ |
