Source-Changes archive

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

CVS commit: src/sys/dev/raidframe



Module Name:    src
Committed By:   oster
Date:           Tue Dec 30 17:46:59 UTC 2003

Modified Files:
        src/sys/dev/raidframe: rf_disks.c

Log Message:
Fix slight bogon from row removal.  'r' would have been 0 here, not 1,
which means r*raidPtr->numCol would have always been 0, not raidPtr->numCol.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/dev/raidframe/rf_disks.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