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
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_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
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
inode.c
main.c fsck: Stop defining the same variable concurrently in bss and data 2019-08-15 03:10:42 +00:00
Makefile
Makefile.common
pass1.c
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
utilities.c
wapbl.c