From 2512c847453c24b928c34beed88902fbb6877b7a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 05:24:26 +0000 Subject: Update to accomodate the header file changes --- libc/stdlib/putenv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/stdlib/putenv.c') diff --git a/libc/stdlib/putenv.c b/libc/stdlib/putenv.c index 5f27e57d7..b5a202bfd 100644 --- a/libc/stdlib/putenv.c +++ b/libc/stdlib/putenv.c @@ -9,8 +9,7 @@ #define ADD_NUM 4 -int putenv(var) -const char *var; +int putenv (char *var) { static char **mall_env = 0; static int extras = 0; -- cgit v1.2.3