diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-15 22:11:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-15 22:11:31 +0000 |
commit | a975124a6be523b2573c43564a9b2ee63b9bbc69 (patch) | |
tree | ab5b8d82a091ea054de4d0e15cd6251b9e88844c /packages/e17/entrance | |
parent | 98d5d376324314af5479122e6ad0ab2bebbdf618 (diff) |
Removing unneeded longer-sleep patch
Diffstat (limited to 'packages/e17/entrance')
-rw-r--r-- | packages/e17/entrance/longer-sleep.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/e17/entrance/longer-sleep.patch b/packages/e17/entrance/longer-sleep.patch deleted file mode 100644 index 66ad220de2..0000000000 --- a/packages/e17/entrance/longer-sleep.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- entrance/src/client/entrance_session.c.~1.71.~ 2005-05-28 02:31:14.000000000 -0700 -+++ entrance/src/client/entrance_session.c 2005-08-07 13:39:35.000000000 -0700 -@@ -454,7 +454,7 @@ - shell = strdup("/bin/sh"); - /* this bypasses a race condition where entrance loses its x - connection before the wm gets it and x goes and resets itself */ -- sleep(10); -+ sleep(60); - /* - * FIXME These should be called! - ecore_x_shutdown(); |