mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-14 14:09:35 +02:00
(main): Declare to return int, not void.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ Same as id -un.\n\
|
||||
exit (status);
|
||||
}
|
||||
|
||||
void
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
register struct passwd *pw;
|
||||
|
||||
Reference in New Issue
Block a user