aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-09-15 08:36:37 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-09-15 08:36:37 +0000
commitab32e95296b00c721c93be54310582a71380f282 (patch)
tree4ba8568596d276b1a3189e49af8cdb1f3f6765d3 /sys/fs/devfs/devfs.h
parent74f46f19aa161797a59603c635903a366ab64caa (diff)
Notes
Diffstat (limited to 'sys/fs/devfs/devfs.h')
-rw-r--r--sys/fs/devfs/devfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h
index 5d25fd73a8e81..5013a0b7c04c0 100644
--- a/sys/fs/devfs/devfs.h
+++ b/sys/fs/devfs/devfs.h
@@ -187,7 +187,7 @@ extern unsigned devfs_rule_depth;
#define VFSTODEVFS(mp) ((struct devfs_mount *)((mp)->mnt_data))
void devfs_rules_apply(struct devfs_mount *dm, struct devfs_dirent *de);
-int devfs_rules_ioctl(struct mount *mp, u_long cmd, caddr_t data, struct thread *td);
+int devfs_rules_ioctl(struct devfs_mount *dm, u_long cmd, caddr_t data, struct thread *td);
void devfs_rules_newmount(struct devfs_mount *dm, 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);