]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 3 Oct 2010 14:48:21 +0000 (07:48 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 3 Oct 2010 14:48:21 +0000 (07:48 -0700)
src/ChangeLog
src/process.c

index ebec6b3ce82eb080c03bf1345b1d09720d31ca00..9ea2adddc650096cf4c71e23fd4dcf52bd81146a 100644 (file)
@@ -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.
 
index d149537878cbb315400e0f95924f837c3ebf1505..370fb673e840c936793b3ddc325a3db9b3627475 100644 (file)
@@ -67,10 +67,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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>