Module Name:    src
Committed By:   kamil
Date:           Thu Aug 15 03:10:43 UTC 2019

Modified Files:
        src/sbin/fsck_ext2fs: main.c
        src/sbin/fsck_ffs: main.c
        src/sbin/fsck_lfs: main.c

Log Message:
fsck: Stop defining the same variable concurrently in bss and data

returntosingle was defined in multiple places:

 - fsck_lfs/main.c
 - fsck_ffs/main.c
 - fsck_ext2fs/main.c
 - fsck/fsutil.c

Keep the fsutil.c definition as the only one.

Detected during the build of telned with Address Sanitizer (MKSANITIZER).


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sbin/fsck_ext2fs/main.c
cvs rdiff -u -r1.85 -r1.86 src/sbin/fsck_ffs/main.c
cvs rdiff -u -r1.53 -r1.54 src/sbin/fsck_lfs/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to