diff lib/putenv.c @ 16020:af314a807a78

putenv: indent #definition of "environ" to placate cppi * lib/putenv.c (environ): Make indentation reflect cpp nesting.
author Jim Meyering <meyering@redhat.com>
date Wed, 02 Nov 2011 09:15:34 +0100
parents 6c1f469caade
children 8250f2777afc
line wrap: on
line diff
--- a/lib/putenv.c
+++ b/lib/putenv.c
@@ -36,7 +36,7 @@
 
 #if _LIBC
 # if HAVE_GNU_LD
-# define environ __environ
+#  define environ __environ
 # else
 extern char **environ;
 # endif