diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-04-14 03:03:25 +0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-13 20:17:25 -0700 |
commit | fa009dcc191e1d70937e5fb4dd8ae8d9c151a607 (patch) | |
tree | 2320114dece78f91d76d44a57a08f3fe157b0385 /xinit.c | |
parent | a13649f91f3856040f53c47d14a2cccff943c702 (diff) |
sys/wait.h is in Unix98
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xinit.c')
-rw-r--r-- | xinit.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |