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
..
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_lfs.8
fsck_vars.h
fsck.h
inode.c Update inode member i_flag --> i_state to keep up with kernel changes 2017-06-10 08:13:15 +00:00
kernelops.c
kernelops.h
lfs_user.h
lfs.c Remove duplicate assignments. 2018-06-12 20:12:21 +00:00
main.c fsck: Stop defining the same variable concurrently in bss and data 2019-08-15 03:10:42 +00:00
Makefile
pass0.c
pass1.c
pass2.c
pass3.c
pass4.c
pass5.c
pass6.c Update inode member i_flag --> i_state to keep up with kernel changes 2017-06-10 08:13:15 +00:00
segwrite.c Update inode member i_flag --> i_state to keep up with kernel changes 2017-06-10 08:13:15 +00:00
segwrite.h
setup.c
utilities.c
vars.c
vnode.c
vnode.h this file uses the <sys/queue.h> macros so it should include 2017-06-09 00:13:08 +00:00