]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use UID_ and GID_ constants instead of hard-coded numeric values
authorrwatson <rwatson@FreeBSD.org>
Fri, 27 Dec 2002 17:50:39 +0000 (17:50 +0000)
committerrwatson <rwatson@FreeBSD.org>
Fri, 27 Dec 2002 17:50:39 +0000 (17:50 +0000)
commit4cb5c6109a52032d010c41352bc2317610c40357
treef50386ef54a9c384e236d2b4a786de1f8317b02e
parentf5462007056ca440dfe2c11ce75452bcdab12f57
Use UID_ and GID_ constants instead of hard-coded numeric values
with make_dev().  Use OPERATOR instead of implicit WHEEL to match
other storage devices.  Use a mode of 0640 to be consistent
with other storage devices.

Submitted by: kris
Reviewed by: scottl
sys/dev/asr/asr.c