cvs commit: src/sys/ufs/ufs dinode.h
Bruce Evans
bde at FreeBSD.org
Sat Jun 19 20:11:19 PDT 2004
bde 2004-06-20 03:11:19 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs dinode.h
Log:
Backed out previous commit. The dev_t -> `struct cdev *' changes have
lots of errors. Blind substitution of "dev_t foo" by "struct cdev *foo"
in comments usually just created an English syntax error (e.g.,
"struct cdev *changes"), but here it did less than that since the dev_t
is a user dev_t.
Revision Changes Path
1.13 +1 -1 src/sys/ufs/ufs/dinode.h
More information about the cvs-src
mailing list