]> git.ipfire.org Git - thirdparty/util-linux.git/commit
treewide: use fgetc() instead of getc()
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 13 Apr 2024 10:59:10 +0000 (12:59 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 13 Apr 2024 11:04:36 +0000 (13:04 +0200)
commitccb3af024cb134acb391a44283dec4ed40c3605b
tree021fed74c3af5dfa4706583c51fbd127289ca113
parentef4fd528cb6dcddb867df903355d8289e12a7206
treewide: use fgetc() instead of getc()

fgetc() is similar to getc() but is guaranteed to be a function.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
login-utils/islocal.c
term-utils/agetty.c
text-utils/more.c