summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-22 16:02:39 +0000
committerphk <phk@FreeBSD.org>1995-12-22 16:02:39 +0000
commitda8e7999db42ddba29dd00421332a08ea8a6d8e4 (patch)
tree4e266bd39e9950df8628600aaaca51520c37142e /sys
parent1ba09babf4b24c0f22b63cf785e4b4e3027516ac (diff)
downloadFreeBSD-src-da8e7999db42ddba29dd00421332a08ea8a6d8e4.zip
FreeBSD-src-da8e7999db42ddba29dd00421332a08ea8a6d8e4.tar.gz
Remove the now obsolete vfs_sysctl vfsops element.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index b7d8c94..93198fb 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) \
OpenPOWER on IntegriCloud