Source-Changes archive

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

CVS commit: [netbsd-9] src/sbin



Module Name:    src
Committed By:   martin
Date:           Fri Aug 16 19:30:42 UTC 2019

Modified Files:
        src/sbin/fsck_ext2fs [netbsd-9]: main.c
        src/sbin/fsck_ffs [netbsd-9]: main.c
        src/sbin/fsck_lfs [netbsd-9]: main.c

Log Message:
Pull up following revision(s) (requested by kamil in ticket #73):

        sbin/fsck_lfs/main.c: revision 1.54
        sbin/fsck_ext2fs/main.c: revision 1.40
        sbin/fsck_ffs/main.c: revision 1.86

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.39.2.1 src/sbin/fsck_ext2fs/main.c
cvs rdiff -u -r1.85 -r1.85.2.1 src/sbin/fsck_ffs/main.c
cvs rdiff -u -r1.53 -r1.53.2.1 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.




Home | Main Index | Thread Index | Old Index