diff options
-rw-r--r-- | src/who-users.c | 2 | ||||
-rw-r--r-- | src/whoami.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/who-users.c b/src/who-users.c index b9172d042..f8b6659b6 100644 --- a/src/who-users.c +++ b/src/who-users.c @@ -644,7 +644,7 @@ If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\ } #endif /* USERS || UPTIME */ -void +int main (int argc, char **argv) { int optc, longind; diff --git a/src/whoami.c b/src/whoami.c index d9f0706db..07ff8a08f 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -61,7 +61,7 @@ Same as id -un.\n\ exit (status); } -void +int main (int argc, char **argv) { register struct passwd *pw; |