diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2006-10-30 15:23:00 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2006-10-30 15:23:00 +0000 |
| commit | 981cb09b83427205087a5add91a12dd1699fd188 (patch) | |
| tree | d3f2f289007c9e394165e561121d2a1afa7ab1ed /sys/fs/devfs/devfs.h | |
| parent | 25471bd714a86c8e1f12327d40f0c74fae40989e (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs.h')
| -rw-r--r-- | sys/fs/devfs/devfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h index 37136be02f23..109b9cdbfd49 100644 --- a/sys/fs/devfs/devfs.h +++ b/sys/fs/devfs/devfs.h @@ -164,8 +164,6 @@ void devfs_rules_apply(struct devfs_mount *dm, struct devfs_dirent *de); void devfs_rules_cleanup (struct devfs_mount *dm); int devfs_rules_ioctl(struct devfs_mount *dm, u_long cmd, caddr_t data, struct thread *td); int devfs_allocv (struct devfs_dirent *de, struct mount *mp, struct vnode **vpp, struct thread *td); -struct cdev **devfs_itod (int inode); -struct devfs_dirent **devfs_itode (struct devfs_mount *dm, int inode); void devfs_delete(struct devfs_mount *dm, struct devfs_dirent *de); void devfs_populate (struct devfs_mount *dm); void devfs_cleanup (struct devfs_mount *dm); |
