diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 10:08:08 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 10:08:08 +0000 |
| commit | 2c5e1d1e6f77209af04d4373e8126368574da12e (patch) | |
| tree | 93d39ea8138a61c5ebf884d2636acca6d4fd2441 /sys/fs/devfs/devfs.h | |
| parent | 89d0989f1798f2a1e94ede3f6eb7b75c416ddbc4 (diff) | |
Notes
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 2efd2f887858..f05ef568f7af 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); |
