From: Jim Meyering Date: Mon, 1 Apr 1996 04:29:28 +0000 (+0000) Subject: (unsetenv): unprotoize. X-Git-Tag: TEXTUTILS-1_14b~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=741c894274189a6325fcba0cbf3dcb76087c8617;p=thirdparty%2Fcoreutils.git (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;