From: Todd C. Miller Date: Wed, 16 Feb 1994 18:27:46 +0000 (+0000) Subject: added environ X-Git-Tag: SUDO_1_3_1~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f341c3822ecf873059fec5e80253610c762f4b0;p=sudo added environ --- diff --git a/sudo.h b/sudo.h index 2153c2a2c..b0486f9e4 100644 --- a/sudo.h +++ b/sudo.h @@ -291,6 +291,7 @@ extern int Argc; extern char **Argv; #endif extern int errno; +extern char ** environ; /* * This is to placate hpux