From cecac794451b793871f297b91a11d3b52eeb6d1b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 8 Nov 2007 17:25:36 -0500 Subject: [PATCH] Don't sleep(1) at server exit. --- hw/xfree86/common/xf86Init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index bf577e6ad..d4f01d311 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -1307,7 +1307,7 @@ AbortDDX() /* * try to restore the original video state */ -#ifdef HAS_USL_VTS +#if defined(HAS_USL_VTS) && !defined(linux) /* Need the sleep when starting X from within another X session */ sleep(1); #endif