changeset 110732:00fad82e2b50

* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 03 Oct 2010 07:48:21 -0700
parents 54e610201634
children 94fbe30e0f7d
files src/ChangeLog src/process.c
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 03 07:43:17 2010 -0700
+++ b/src/ChangeLog	Sun Oct 03 07:48:21 2010 -0700
@@ -1,5 +1,7 @@
 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* process.c: Do not include <sys/wait.h>, syswait.h does it.
+
 	* sysdep.c (flush_pending_output): Remove code, does not do
 	anything on any platform.
 
--- a/src/process.c	Sun Oct 03 07:43:17 2010 -0700
+++ b/src/process.c	Sun Oct 03 07:48:21 2010 -0700
@@ -67,10 +67,6 @@
 #include <bsdtty.h>
 #endif
 
-#ifdef HAVE_SYS_WAIT
-#include <sys/wait.h>
-#endif
-
 #ifdef HAVE_RES_INIT
 #include <netinet/in.h>
 #include <arpa/nameser.h>