summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-04-14 03:03:25 +0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-13 20:17:25 -0700
commitfa009dcc191e1d70937e5fb4dd8ae8d9c151a607 (patch)
tree2320114dece78f91d76d44a57a08f3fe157b0385
parenta13649f91f3856040f53c47d14a2cccff943c702 (diff)
downloadxorg-app-xinit-fa009dcc191e1d70937e5fb4dd8ae8d9c151a607.tar.gz
sys/wait.h is in Unix98
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xinit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xinit.c b/xinit.c
index 120a772..66d5475 100644
--- a/xinit.c
+++ b/xinit.c
@@ -49,9 +49,7 @@ in this Software without prior written authorization from The Open Group.
#endif
#endif
-#ifndef SYSV
#include <sys/wait.h>
-#endif
#include <errno.h>
#include <setjmp.h>
#include <stdarg.h>