Eliminate GCC 2 warning due to prototype not being in scope.

This commit is contained in:
mycroft 1993-04-18 09:22:35 +00:00
parent 78ff981673
commit 24e496eca2
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ unsetenv(name)
extern char **environ;
register char **P;
int offset;
char *_findenv();
while (_findenv(name, &offset)) /* if set multiple times */
for (P = &environ[offset];; ++P)