mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Unifdef AIX.
This commit is contained in:
@@ -1022,8 +1022,3 @@ InitOutput(ScreenInfo *screenInfo, int argc, char **argv)
|
||||
}
|
||||
|
||||
} /* end InitOutput */
|
||||
|
||||
/* this is just to get the server to link on AIX */
|
||||
#ifdef AIXV3
|
||||
int SelectWaitTime = 10000; /* usec */
|
||||
#endif
|
||||
|
||||
@@ -140,8 +140,3 @@ void ddxBeforeReset(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/* this is just to get the server to link on AIX */
|
||||
#ifdef AIXV3
|
||||
int SelectWaitTime = 10000; /* usec */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user