NetBSD/sbin/fsck_ffs
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
..
SMM.doc
Makefile Restore the MKGROFF=bo MKCXX=yes build 2018-06-11 14:18:16 +00:00
Makefile.common
dir.c Add a -z flag to zero out the up to 4 bytes of padding in directory entry 2019-05-05 14:59:06 +00:00
extern.h
fsck.h Add a -z flag to zero out the up to 4 bytes of padding in directory entry 2019-05-05 14:59:06 +00:00
fsck_ffs.8 Add a -z flag to zero out the up to 4 bytes of padding in directory entry 2019-05-05 14:59:06 +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 Treat an inode with "mode == 0" and "blocks != 0" as partially allocated 2018-02-13 11:20:08 +00:00
pass1b.c
pass2.c
pass3.c
pass4.c
pass5.c
pass6.c
quota2.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
setup.c Add a test for duplicate inodes on the persistent snapshot list. 2018-10-05 09:49:23 +00:00
utilities.c
wapbl.c