diff options
Diffstat (limited to 'xc/lib/Xt/Display.c')
-rw-r--r-- | xc/lib/Xt/Display.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xc/lib/Xt/Display.c b/xc/lib/Xt/Display.c index 8c2359954..c1abba03e 100644 --- a/xc/lib/Xt/Display.c +++ b/xc/lib/Xt/Display.c @@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/lib/Xt/Display.c,v 3.10 2001/01/17 19:43:04 dawes Exp $ */ +/* $XFree86: xc/lib/Xt/Display.c,v 3.11 2001/07/25 15:04:52 dawes Exp $ */ /* @@ -61,11 +61,7 @@ in this Software without prior written authorization from The Open Group. #include "ResConfigP.h" #endif -#ifndef X_NOT_STDC_ENV #include <stdlib.h> -#else -extern char* getenv(); -#endif #ifdef XTHREADS void (*_XtProcessLock)() = NULL; |