Magellan Linux

Annotation of /trunk/xorg-old/patches-6.8.2-r10/9900_all_4.3.0_propolice-gentoo.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (hide annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years, 1 month ago) by niro
File size: 554 byte(s)
-import

1 niro 167 --- xc/config/imake/imake.c.old 2003-03-26 18:58:21.000000000 -0500
2     +++ xc/config/imake/imake.c 2003-03-26 18:58:42.000000000 -0500
3     @@ -1034,7 +1034,6 @@
4     }
5     #endif
6    
7     -#if defined(__OpenBSD__)
8     static void
9     get_stackprotector(FILE *inFile)
10     {
11     @@ -1059,7 +1058,6 @@
12     if (pclose(fp))
13     abort();
14     }
15     -#endif
16    
17    
18     #if defined CROSSCOMPILE || defined linux
19     @@ -1617,9 +1615,7 @@
20     fprintf(inFile, "#define DefaultOSTeenyVersion 0\n");
21     }
22     #endif /* EMX */
23     -#if defined(__OpenBSD__)
24     get_stackprotector(inFile);
25     -#endif
26     return FALSE;
27     }
28