diff --git a/os/connection.c b/os/connection.c index 05a5d4b79..71420a248 100644 --- a/os/connection.c +++ b/os/connection.c @@ -106,8 +106,6 @@ SOFTWARE. #include "dixstruct.h" #include "xace.h" -#define Pid_t pid_t - #ifdef HAVE_GETPEERUCRED #include #include @@ -132,7 +130,7 @@ Bool RunFromSigStopParent; /* send SIGSTOP to our own process; Upstart (or static char dynamic_display[7]; /* display name */ Bool PartialNetwork; /* continue even if unable to bind all addrs */ #if !defined(WIN32) -static Pid_t ParentProcess; +static pid_t ParentProcess; static Bool RunFromSmartParent; /* send SIGUSR1 to parent process */ #endif