Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/fsck_lfs
Module Name: src
Committed By: perseant
Date: Wed Jun 8 19:09:55 UTC 2005
Modified Files:
src/sbin/fsck_lfs: Makefile dir.c inode.c lfs.c lfs.h pass0.c pass6.c
setup.c
Log Message:
Use the correct method to create a new inode, when we allocate lost+found.
Correct uninitialized variable issues in pass6.c and dir.c (PR#30411 and
PR#30394, respectively).
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sbin/fsck_lfs/Makefile
cvs rdiff -r1.14 -r1.15 src/sbin/fsck_lfs/dir.c
cvs rdiff -r1.26 -r1.27 src/sbin/fsck_lfs/inode.c
cvs rdiff -r1.15 -r1.16 src/sbin/fsck_lfs/lfs.c
cvs rdiff -r1.5 -r1.6 src/sbin/fsck_lfs/lfs.h
cvs rdiff -r1.20 -r1.21 src/sbin/fsck_lfs/pass0.c
cvs rdiff -r1.7 -r1.8 src/sbin/fsck_lfs/pass6.c
cvs rdiff -r1.23 -r1.24 src/sbin/fsck_lfs/setup.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