diff options
author | phk <phk@FreeBSD.org> | 2002-10-01 10:08:08 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-10-01 10:08:08 +0000 |
commit | 7491f6314f42de36e7367d539d09a9cca818e90d (patch) | |
tree | 93d39ea8138a61c5ebf884d2636acca6d4fd2441 /sys/fs/devfs/devfs.h | |
parent | 914ded83467a7fda09630212a8ee0adb571463e3 (diff) | |
download | FreeBSD-src-7491f6314f42de36e7367d539d09a9cca818e90d.zip FreeBSD-src-7491f6314f42de36e7367d539d09a9cca818e90d.tar.gz |
Move the vop-vector declaration into devfs_vnops.c where it belongs.
Diffstat (limited to 'sys/fs/devfs/devfs.h')
-rw-r--r-- | sys/fs/devfs/devfs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h index 2efd2f8..f05ef56 100644 --- a/sys/fs/devfs/devfs.h +++ b/sys/fs/devfs/devfs.h @@ -186,9 +186,6 @@ struct devfs_mount { #define VFSTODEVFS(mp) ((struct devfs_mount *)((mp)->mnt_data)) -extern vop_t **devfs_vnodeop_p; -extern vop_t **devfs_specop_p; - void devfs_rules_apply(struct devfs_mount *dm, struct devfs_dirent *de); void devfs_rules_init(void); int devfs_rules_ioctl(struct mount *mp, int cmd, caddr_t data, struct thread *td); |