NetBSD/sbin/fsck_lfs
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
bufcache.c PR/51418: Jose Luis Rodriguez Garcia: Fix incore src/sbin/fsck_lfs/bufcache.c 2018-03-30 12:56:46 +00:00
bufcache.h PR/51418: Jose Luis Rodriguez Garcia: Fix incore src/sbin/fsck_lfs/bufcache.c 2018-03-30 12:56:46 +00:00
dir.c
extern.h
fsck.h
fsck_lfs.8
fsck_vars.h
inode.c
kernelops.c
kernelops.h
lfs.c Remove duplicate assignments. 2018-06-12 20:12:21 +00:00
lfs_user.h
main.c fsck: Stop defining the same variable concurrently in bss and data 2019-08-15 03:10:42 +00:00
pass0.c
pass1.c
pass2.c
pass3.c
pass4.c
pass5.c
pass6.c
segwrite.c
segwrite.h
setup.c
utilities.c
vars.c
vnode.c
vnode.h