diff options
author | pjd <pjd@FreeBSD.org> | 2006-04-12 12:17:29 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-04-12 12:17:29 +0000 |
commit | b8538a9381caf696a8625ee98db4f459858a8580 (patch) | |
tree | 4af452bae01c9a4516bc53275a01ad66a328a92d | |
parent | 7f664ed13a2faa585a7d56df0e12d90e944db4c7 (diff) | |
download | FreeBSD-src-b8538a9381caf696a8625ee98db4f459858a8580.zip FreeBSD-src-b8538a9381caf696a8625ee98db4f459858a8580.tar.gz |
Remove unused prototypes.
-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 37136be0..109b9cd 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); |