From: Jim Meyering Date: Thu, 21 Mar 1996 22:47:02 +0000 (+0000) Subject: (main): Declare to be of type int, not void. X-Git-Tag: v2.22-rc1~347^2~10^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f79a1b215fa312f2ee19e81f3e010edd88c82d3;p=thirdparty%2Futil-linux.git (main): Declare to be of type int, not void. --- diff --git a/login-utils/su.c b/login-utils/su.c index 81c9adba02..71452bfa4c 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -180,7 +180,7 @@ static struct option const longopts[] = {0, 0, 0, 0} }; -void +int main (argc, argv) int argc; char **argv;