Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/ufs/ufs



Module Name:    src
Committed By:   yamt
Date:           Wed Jul 23 13:36:18 UTC 2003

Modified Files:
        src/sys/ufs/ufs: ufs_bmap.c

Log Message:
cast UFS1 on-disk block pointers to int32_t before assign it to daddr_t.
it's needed for LFS because UNWRITTEN is a negative number.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/ufs/ufs/ufs_bmap.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