mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 04:58:06 +02:00
os: connection: drop obsolete define Pid_t
Clean up a yet some more stale leftovers.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1260>
(cherry picked from commit eac10cf1fa)
This commit is contained in:
parent
206945735f
commit
178ddbca96
1 changed files with 1 additions and 3 deletions
|
|
@ -103,8 +103,6 @@ SOFTWARE.
|
||||||
#include "dixstruct.h"
|
#include "dixstruct.h"
|
||||||
#include "xace.h"
|
#include "xace.h"
|
||||||
|
|
||||||
#define Pid_t pid_t
|
|
||||||
|
|
||||||
#ifdef HAVE_GETPEERUCRED
|
#ifdef HAVE_GETPEERUCRED
|
||||||
#include <ucred.h>
|
#include <ucred.h>
|
||||||
#include <zone.h>
|
#include <zone.h>
|
||||||
|
|
@ -128,7 +126,7 @@ Bool RunFromSigStopParent; /* send SIGSTOP to our own process; Upstart (or
|
||||||
static char dynamic_display[7]; /* display name */
|
static char dynamic_display[7]; /* display name */
|
||||||
Bool PartialNetwork; /* continue even if unable to bind all addrs */
|
Bool PartialNetwork; /* continue even if unable to bind all addrs */
|
||||||
#if !defined(WIN32)
|
#if !defined(WIN32)
|
||||||
static Pid_t ParentProcess;
|
static pid_t ParentProcess;
|
||||||
static Bool RunFromSmartParent; /* send SIGUSR1 to parent process */
|
static Bool RunFromSmartParent; /* send SIGUSR1 to parent process */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue