diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-01-29 15:10:30 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-01-29 15:10:30 +0000 |
commit | 37085a3931ee56e0257fe196b44af468cc2ef375 (patch) | |
tree | 60eb363768c45f7c8a24bc85b1a39508bd2ed9df /sys/kern/kern_conf.c | |
parent | 3a85fd262cf759135879a7dae35426b1ac5e13f5 (diff) | |
download | src-37085a3931ee56e0257fe196b44af468cc2ef375.tar.gz src-37085a3931ee56e0257fe196b44af468cc2ef375.zip |
Notes
Diffstat (limited to 'sys/kern/kern_conf.c')
-rw-r--r-- | sys/kern/kern_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index 07ddc91ca44e..5b67f9150a1d 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -261,7 +261,7 @@ dev2unit(struct cdev *x) if (x == NULL) return NODEV; - return (minor2unit(minor(x)); + return (minor2unit(minor(x))); } int |