@@ -149,12 +149,10 @@ char **
zero_env(envp)
char **envp;
{
char **ep, **nep;
static char *newenv[8];
char **ep, **nep = newenv;
extern char *prev_user;
nep = newenv;
for (ep = envp; *ep; ep++) {
switch (**ep) {
case 'H':
The note is not visible to the blocked user.