diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-06 10:58:47 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-06 10:58:47 -0400 |
commit | aa6fbc2a3679896181610aee7ce2844d4322a5ce (patch) | |
tree | dd47a0933e5bf2329f1ed88dc713aa9f63858c2a /os | |
parent | 2c03a63ff6855272d587b4972a67f64115a1ce4c (diff) |
Remove some OS/2 leftovers.
Diffstat (limited to 'os')
-rw-r--r-- | os/connection.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/os/connection.c b/os/connection.c index a6270b38a..0c72b67eb 100644 --- a/os/connection.c +++ b/os/connection.c @@ -345,15 +345,6 @@ InitParentProcess(void) RunFromSmartParent = TRUE; OsSignal(SIGUSR1, handler); 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 } |