xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Mar 5 15:10:11 PST 2009


 os/osinit.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit eba3bab71ff26d58bb0e49e4a9726fc21ff07258
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Thu Mar 5 15:09:28 2009 -0800

    Remove #ifdef macII code left over from ancient A/UX 3.0 support
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

diff --git a/os/osinit.c b/os/osinit.c
index 74e2457..f9ee73e 100644
--- a/os/osinit.c
+++ b/os/osinit.c
@@ -96,10 +96,6 @@ OsInit(void)
     static char* devnull = "/dev/null";
     char fname[PATH_MAX];
 
-#ifdef macII
-    set42sig();
-#endif
-
     if (!been_here) {
 #if !defined(__SCO__) && !defined(__CYGWIN__) && !defined(__UNIXWARE__)
 	fclose(stdin);


More information about the xorg-commit mailing list