Remove some OS/2 leftovers.
This commit is contained in:
parent
2c03a63ff6
commit
aa6fbc2a36
|
@ -56,9 +56,6 @@ BEGIN {
|
||||||
print "#include <xorg-config.h>"
|
print "#include <xorg-config.h>"
|
||||||
print "#endif"
|
print "#endif"
|
||||||
print ""
|
print ""
|
||||||
print "#ifdef __UNIXOS2__"
|
|
||||||
print "#define I_NEED_OS2_H"
|
|
||||||
print "#endif"
|
|
||||||
print "#include \"xf86.h\""
|
print "#include \"xf86.h\""
|
||||||
print "#include \"xf86Config.h\""
|
print "#include \"xf86Config.h\""
|
||||||
print "#include \"xf86Priv.h\""
|
print "#include \"xf86Priv.h\""
|
||||||
|
|
|
@ -345,15 +345,6 @@ InitParentProcess(void)
|
||||||
RunFromSmartParent = TRUE;
|
RunFromSmartParent = TRUE;
|
||||||
OsSignal(SIGUSR1, handler);
|
OsSignal(SIGUSR1, handler);
|
||||||
ParentProcess = getppid ();
|
ParentProcess = getppid ();
|
||||||
#ifdef __UNIXOS2__
|
|
||||||
/*
|
|
||||||
* fg030505: under OS/2, xinit is not the parent process but
|
|
||||||
* the "grant parent" process of the server because execvpe()
|
|
||||||
* presents us an additional process number;
|
|
||||||
* GetPPID(pid) is part of libemxfix
|
|
||||||
*/
|
|
||||||
ParentProcess = GetPPID (ParentProcess);
|
|
||||||
#endif /* __UNIXOS2__ */
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue