NetBSD/sbin/fsck_ext2fs
kamil 1f7b844ec7 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).
2019-08-15 03:10:42 +00:00
..
Makefile No longer rely on data in disklabel to deduce alternate superblock 2019-03-31 10:55:58 +00:00
dir.c
extern.h
fsck.h
fsck_ext2fs.8 Remove references to -c flag which was never included. 2018-08-27 15:16:49 +00:00
inode.c
main.c fsck: Stop defining the same variable concurrently in bss and data 2019-08-15 03:10:42 +00:00
pass1.c
pass1b.c
pass2.c
pass3.c
pass4.c
pass5.c
setup.c Ignore EXT4 'kbytes written' field when validating alternate superblock. 2019-03-31 13:16:52 +00:00
utilities.c