git: world: Staticize various variables and also remove a couple of unused ones.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Sep 27 03:48:42 PDT 2020
commit d50f9ae3448247db98eb135b85b2a32e6e4187f4
Author: Sascha Wildner <saw at online.de>
Date: Sun Sep 27 12:46:47 2020 +0200
world: Staticize various variables and also remove a couple of unused ones.
Summary of changes:
bin/chio/chio.c | 7 +++----
bin/df/df.c | 4 ++--
bin/expr/expr.y | 4 ++--
bin/ls/ls.c | 2 +-
bin/mkdir/mkdir.c | 3 +--
bin/stty/modes.c | 8 ++++----
games/bs/bs.c | 9 ++++----
games/hals_end/hals_end.c | 36 ++++++++++++++++----------------
games/rain/rain.c | 2 +-
games/tetris/screen.c | 2 +-
libexec/revnetgroup/revnetgroup.c | 3 +--
sbin/ccdconfig/ccdconfig.c | 2 +-
sbin/devfsctl/devfsctl.c | 2 +-
sbin/hammer/cmd_blockmap.c | 3 ++-
sbin/hammer/cmd_cleanup.c | 2 +-
sbin/hammer/cmd_dedup.c | 6 +++---
sbin/hammer/cmd_recover.c | 5 +++--
sbin/hammer/cmd_show.c | 2 +-
sbin/hammer/hammer.c | 1 -
sbin/hammer2/cmd_service.c | 2 +-
sbin/init/init.c | 6 +++---
sbin/iscontrol/config.c | 2 +-
sbin/iscontrol/fsm.c | 2 +-
sbin/iscontrol/iscontrol.c | 3 +--
usr.bin/at/at.c | 8 ++++----
usr.bin/dsynth/build.c | 14 ++++++-------
usr.bin/dsynth/config.c | 2 +-
usr.bin/dsynth/html.c | 8 ++++----
usr.bin/dsynth/pkglist.c | 4 ++--
usr.bin/du/du.c | 3 +--
usr.bin/flame_graph/process.c | 2 +-
usr.bin/id/id.c | 2 +-
usr.bin/kcollect/kcollect.c | 6 +++---
usr.bin/localedef/scanner.c | 4 ++--
usr.bin/localedef/time.c | 2 +-
usr.bin/vknet/vknet.c | 4 +---
usr.bin/w/w.c | 43 +++++++++++++++++++--------------------
usr.bin/wall/wall.c | 9 ++++----
usr.bin/who/who.c | 32 ++++++++++++++---------------
usr.bin/whois/whois.c | 5 ++---
40 files changed, 128 insertions(+), 138 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d50f9ae3448247db98eb135b85b2a32e6e4187f4
--
DragonFly BSD source repository
More information about the Commits
mailing list