From 71e364de5ccf84a1f41c4e0e55b5d83dc0754854 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 16:16:16 +0000 Subject: [PATCH] Do not bother trying to redefine the putenv() function --- cde/programs/dtappbuilder/src/libAButil/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtappbuilder/src/libAButil/util.c b/cde/programs/dtappbuilder/src/libAButil/util.c index 1911df68d..138651d7c 100644 --- a/cde/programs/dtappbuilder/src/libAButil/util.c +++ b/cde/programs/dtappbuilder/src/libAButil/util.c @@ -223,7 +223,7 @@ util_vfork() #ifdef __cplusplus extern "C" { #endif -#if defined(__uxp__) || defined(__hpux) || (defined(sun) && OSMAJORVERSION >= 5 && OSMINORVERSION >= 4) || defined(linux) +#if defined(__uxp__) || defined(__hpux) || (defined(sun) && OSMAJORVERSION >= 5 && OSMINORVERSION >= 4) extern int putenv(const char *string); #elif !(defined(__osf__) || defined(__aix)) extern int putenv(char *string);