git: fsck(8), fsdb(8): Fix building with -fno-common
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jul 12 02:35:41 PDT 2020
commit 7319acd8bfde65d43d79eda128836e175df0177c
Author: Krzysztof Piecuch <piecuch at protonmail.com>
Date: Fri Jul 10 22:58:31 2020 +0000
fsck(8), fsdb(8): Fix building with -fno-common
-fno-common will be default in future compilers (GCC 10, for example).
Summary of changes:
sbin/fsck/dir.c | 3 +
sbin/fsck/fsck.h | 215 +++++++++++++++++++++++++-------------------------
sbin/fsck/inode.c | 5 ++
sbin/fsck/main.c | 3 +
sbin/fsck/pass1.c | 6 ++
sbin/fsck/pass4.c | 3 +
sbin/fsck/preen.c | 2 +
sbin/fsck/setup.c | 19 +++++
sbin/fsck/utilities.c | 8 ++
sbin/fsdb/fsdb.c | 47 ++++++-----
10 files changed, 180 insertions(+), 131 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7319acd8bfde65d43d79eda128836e175df0177c
--
DragonFly BSD source repository
More information about the Commits
mailing list