From: Jim Meyering Date: Mon, 1 Apr 1996 04:29:28 +0000 (+0000) Subject: (unsetenv): unprotoize. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9ba4a23f71c705638cb3ba42b48fa0a7b908b7;p=pspp (unsetenv): unprotoize. --- diff --git a/lib/setenv.c b/lib/setenv.c index d397753d9c..b24cecce53 100644 --- a/lib/setenv.c +++ b/lib/setenv.c @@ -110,7 +110,8 @@ setenv (name, value, replace) } void -unsetenv (const char *name) +unsetenv (name) + const char *name; { const size_t len = strlen (name); char **ep;