diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:04:11 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:04:11 +0000 |
| commit | bc9d8a9a373dd93902e6e521deb34270e04fe01f (patch) | |
| tree | 1ef597e1775af8008706f6276defdaa314700892 /sys/fs/devfs/devfs_rule.c | |
| parent | fcf549422d95fcbe6d5389503c0bb971031086cd (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs_rule.c')
| -rw-r--r-- | sys/fs/devfs/devfs_rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_rule.c b/sys/fs/devfs/devfs_rule.c index 47a0d91f82b9..a53e42eea368 100644 --- a/sys/fs/devfs/devfs_rule.c +++ b/sys/fs/devfs/devfs_rule.c @@ -163,7 +163,7 @@ devfs_rules_init(void) * Rule subsystem ioctl hook. */ int -devfs_rules_ioctl(struct mount *mp, int cmd, caddr_t data, struct thread *td) +devfs_rules_ioctl(struct mount *mp, u_long cmd, caddr_t data, struct thread *td) { struct devfs_mount *dm = VFSTODEVFS(mp); struct devfs_ruleset *ds; |
