cvs commit: src/sys/ufs/ufs quota.h ufsmount.h
Dag-Erling Smorgrav
des at FreeBSD.org
Tue Aug 5 15:24:12 UTC 2008
des 2008-08-05 15:24:07 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs quota.h ufsmount.h
Log:
SVN rev 181329 on 2008-08-05 15:24:07Z by des
ufsmount.h uses "struct\tfoo *bar;", except where it doesn't.
quota.h uses "struct foo\t*bar;", except where it doesn't.
Try to make them both agree with themselves (though not with eachother)
Revision Changes Path
1.31 +2 -2 src/sys/ufs/ufs/quota.h
1.38 +5 -5 src/sys/ufs/ufs/ufsmount.h
More information about the cvs-src
mailing list