X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmodechange.c;h=4dccdb0f305a08595cd07a19a9ce497ab8284859;hb=e29fbaee8afd6fd9b6c0291562740807ca11a0c6;hp=10e65fbfad5680f6bda1e5334280ddb176b63c38;hpb=e1f487780bf409cfa0e64c90b4321189d31e98da;p=gnulib.git diff --git a/lib/modechange.c b/lib/modechange.c index 10e65fbfa..4dccdb0f3 100644 --- a/lib/modechange.c +++ b/lib/modechange.c @@ -35,7 +35,7 @@ #if STDC_HEADERS # include #else -char *malloc; +char *malloc (); #endif #ifndef NULL @@ -59,7 +59,7 @@ char *malloc; octal number S. If S is not an octal number, return -1. */ static int -oatoi (char *s) +oatoi (const char *s) { register int i;