Date: Sun, 20 Jun 2004 03:11:19 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs dinode.h Message-ID: <200406200311.i5K3BJx2097004@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406200311.i5K3BJx2097004>
