summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/Display.c
diff options
context:
space:
mode:
authordawes <dawes>2001-08-22 18:00:12 +0000
committerdawes <dawes>2001-08-22 18:00:12 +0000
commit43b79bb01fb3ccf0785d8c1beed4d8710db48a8d (patch)
treec76efae431766da82895f2030fac3ca20d486e2b /xc/lib/Xt/Display.c
parent9d8ac1f4820f6a1984bcc9e4a4151ba9f0acdc1f (diff)
Import of XFree86 4.1.99.1X_4_1_99_1
Diffstat (limited to 'xc/lib/Xt/Display.c')
-rw-r--r--xc/lib/Xt/Display.c6
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;