]> granicus.if.org Git - sudo/commitdiff
took out Envp
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Feb 1994 04:40:10 +0000 (04:40 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Feb 1994 04:40:10 +0000 (04:40 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index a38f2056e6a6a1e7b4d5bfa1ba95b68abfaaa498..8e434b39dc41688805151c1552a625ff675f0a99 100644 (file)
--- a/sudo.h
+++ b/sudo.h
 /*
  *  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;