From 26306cabbd04dd0dda454e5157b2450ea834dd0e Mon Sep 17 00:00:00 2001 From: "Mike A. Harris" Date: Thu, 11 Mar 2004 19:59:18 +0000 Subject: Remove pointless calls to sleep(5) in xtrans, which cause unnecessary delays in libICE (Bugzilla #297) (Mike A. Harris). --- Xtransutil.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Xtransutil.c b/Xtransutil.c index d84b1a8..9ec5f13 100644 --- a/Xtransutil.c +++ b/Xtransutil.c @@ -573,16 +573,10 @@ trans_mkdir(char *path, int mode) if (updateOwner && !updatedOwner) { PRMSG(1, "mkdir: Owner of %s should be set to root\n", path, 0, 0); -#if !defined(__CYGWIN__) && !defined(__DARWIN__) - sleep(5); -#endif } if (updateMode && !updatedMode) { PRMSG(1, "mkdir: Mode of %s should be set to %04o\n", path, mode, 0); -#if !defined(__CYGWIN__) && !defined(__DARWIN__) - sleep(5); -#endif } return 0; } -- cgit v1.2.1