mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Remove the remnants of OS/2 support.
This has never worked in any modular server release, and as far as I know was never tested in 6.7 through 6.9.
This commit is contained in:
parent
8a06ff9ffa
commit
f7f3fe7fe7
50 changed files with 31 additions and 910 deletions
|
|
@ -133,7 +133,7 @@ OsInit(void)
|
|||
dup2 (fileno (err), 2);
|
||||
fclose (err);
|
||||
}
|
||||
#if defined(SYSV) || defined(SVR4) || defined(__UNIXOS2__) || defined(WIN32) || defined(__CYGWIN__)
|
||||
#if defined(SYSV) || defined(SVR4) || defined(WIN32) || defined(__CYGWIN__)
|
||||
{
|
||||
static char buf[BUFSIZ];
|
||||
setvbuf (stderr, buf, _IOLBF, BUFSIZ);
|
||||
|
|
|
|||
Loading…
Reference in a new issue