diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-12-27 16:32:10 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-12-27 16:32:10 +0000 |
| commit | 805229eb77b15fac3c27d68dfa943939a2e9716e (patch) | |
| tree | 2bcb0356d60204c071725569a2c17e4affec79e9 /sys/dev/ppbus | |
| parent | 3055da59a9cb37b89554141a5807534a7a50f648 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/pcfclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index bd49ebbef6b4..014bd4df08af 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -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); } |
