Change functions to ANSI C.
diff --git a/apps/errstr.c b/apps/errstr.c index d2b2b3f..ee51aba 100644 --- a/apps/errstr.c +++ b/apps/errstr.c
@@ -68,9 +68,7 @@ #undef PROG #define PROG errstr_main -int MAIN(argc, argv) -int argc; -char **argv; +int MAIN(int argc, char **argv) { int i,ret=0; char buf[256];