This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] emu3timeout


Hi,

after reading the sources and not only copying them, I can provide 
a patch for the -emu3timeout problem. 

We now return the information, that we've processed 2 and not
only 1 argument from -emu3timeout.

--- InitOutput.c.old	Tue May  1 15:42:29 2001
+++ InitOutput.c	Tue May  1 15:43:39 2001
@@ -411,7 +411,7 @@
 	}
 
       /* Indicate that we have processed this argument */
-      return 1;
+      return 2;
     }
   return 0;
 }

I have not checked the issue of the to short timeout but I'll do it
later.

bye
    ago
-- 
Alexander.Gottwald@informatik.tu-chemnitz.de
http://www.gotti.org
+49 3725 3498080


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]