/[inetutils]/inetutils/libinetutils/setenv.c
ViewVC logotype

Diff of /inetutils/libinetutils/setenv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jbailey, Wed Dec 11 13:19:52 2002 UTC revision 1.8 by gray, Mon Apr 21 14:19:33 2003 UTC
# Line 34  USA.  */ Line 34  USA.  */
34  # include <unistd.h>  # include <unistd.h>
35  #endif  #endif
36    
37    #if !HAVE_DECL_ENVIRON
38    extern char **environ;
39    #endif
40    
41  #ifndef HAVE_GNU_LD  #ifndef HAVE_GNU_LD
42  # define __environ      environ  # define __environ      environ
43  #endif  #endif

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26