1
0
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:
Jim Meyering
1996-04-24 03:23:54 +00:00
parent deeb3e0c49
commit 2b5207bc59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -61,7 +61,7 @@ Same as id -un.\n\
exit (status);
}
void
int
main (int argc, char **argv)
{
register struct passwd *pw;