From 7e7f273f7f8e203360e8822fc917d09cf433df33 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 16 Feb 1994 04:40:10 +0000 Subject: [PATCH] took out Envp --- sudo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sudo.h b/sudo.h index a38f2056e..8e434b39d 100644 --- a/sudo.h +++ b/sudo.h @@ -127,7 +127,7 @@ /* * If the MAILER macro is changed make sure it will work in * logging.c -- there is some sendmail mail specific stuff in - * the send_mail() routine ( e.g. the argv for the execv() ) + * the send_mail() routine ( e.g. the argv for the execvp() ) * MAILER should ALWAYS be fully quallified. */ @@ -291,7 +291,6 @@ extern char *user; extern char *cmnd; extern int Argc; extern char **Argv; -extern char **Envp; #endif extern int errno; -- 2.50.1