commit | 667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd | [log] [tgz] |
---|---|---|
author | Ralf S. Engelschall <rse@openssl.org> | Fri Feb 11 09:47:18 2000 +0000 |
committer | Ralf S. Engelschall <rse@openssl.org> | Fri Feb 11 09:47:18 2000 +0000 |
tree | ea0ebfbb8853bb97d6f361beb958a85eac8a7f22 | |
parent | bb325c7d6a724f66615965478d670456e1c922d2 [diff] [blame] |
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
diff --git a/apps/errstr.c b/apps/errstr.c index c86b5d9..4650379 100644 --- a/apps/errstr.c +++ b/apps/errstr.c
@@ -68,6 +68,8 @@ #undef PROG #define PROG errstr_main +int MAIN(int, char **); + int MAIN(int argc, char **argv) { int i,ret=0;