Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/secmodel/bsd44
Module Name: src
Committed By: dyoung
Date: Wed Sep 13 02:35:26 UTC 2006
Modified Files:
src/sys/secmodel/bsd44: secmodel_bsd44_securelevel.c
Log Message:
In secmodel_bsd44_securelevel_system_cb(), compare dev_t dev with
NODEV, not 0, since 0 is a legit value for a dev_t. Now I can
'mount /dev/wd0a /mnt' again.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index