Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/ufs/ffs
Module Name: syssrc
Committed By: lukem
Date: Mon Oct 29 11:26:36 UTC 2001
Modified Files:
syssrc/sys/ufs/ffs: ffs_bswap.c
Log Message:
ffs_sb_swap() fixes:
- calculate the offset and length of the postbl before byteswapping.
problem noted by der Mouse.
- use offsetof() to determine # of fields to calculate in initial
loop, rather than hard-coding in `52 fields'
- improve comments.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/ufs/ffs/ffs_bswap.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