mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Synchronize make_dev() for pcfclock devices to the values in MAKEDEV
for consistency. Submitted by: kris
This commit is contained in:
parent
3055da59a9
commit
805229eb77
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ pcfclock_attach(device_t dev)
|
|||
unit = device_get_unit(dev);
|
||||
|
||||
make_dev(&pcfclock_cdevsw, unit,
|
||||
UID_ROOT, GID_WHEEL, 0444, PCFCLOCK_NAME "%d", unit);
|
||||
UID_ROOT, GID_WHEEL, 0400, PCFCLOCK_NAME "%d", unit);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue