summaryrefslogtreecommitdiff
path: root/src/who-users.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 03:23:54 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 03:23:54 +0000
commit2b5207bc5928b5108745b0949e965fd3124f473e (patch)
treebcd6f4a342609a1a16312402ecf3de6ddd3014ec /src/who-users.c
parentdeeb3e0c494b5be92e5323c6adcfd3b6477cd3a7 (diff)
downloadcoreutils-2b5207bc5928b5108745b0949e965fd3124f473e.tar.xz
(main): Declare to return int, not void.
Diffstat (limited to 'src/who-users.c')
-rw-r--r--src/who-users.c2
1 files changed, 1 insertions, 1 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;