diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 21:44:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 21:44:45 +0000 |
commit | bd1ef69ba92d022efe5df104df396e4a27515bd1 (patch) | |
tree | c53dee29a61796fa5f84806bfebf2698cd03583c /app/xinit/xinit.c | |
parent | b1eab71a93cd8bf2b75ddf9f5ee320b917b60d65 (diff) |
Update to xinit 1.3.2
Diffstat (limited to 'app/xinit/xinit.c')
-rw-r--r-- | app/xinit/xinit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/xinit/xinit.c b/app/xinit/xinit.c index 5a458705f..2ab817f9a 100644 --- a/app/xinit/xinit.c +++ b/app/xinit/xinit.c @@ -49,10 +49,8 @@ in this Software without prior written authorization from The Open Group. #endif /* For PRIO_PROCESS and setpriority() */ -#if defined(__DragonFly__) || defined(__OpenBSD__) #include <sys/time.h> #include <sys/resource.h> -#endif /* __DragonFly__ || __OpenBSD__ */ #include <stdlib.h> |