Declare file local functions static

This commit is contained in:
Christian Göttsche
2022-01-03 12:41:13 +01:00
parent eccf1c569c
commit f84b8530c5
7 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
const char *Prog;
void usage(void)
static void usage(void)
{
fprintf(stderr, "Usage: %s [-g] [-n] user count\n", Prog);
fprintf(stderr, " Find a subuid (or with -g, subgid) range for user\n");