emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101760: * src/process.c: Do not incl


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101760: * src/process.c: Do not include <sys/wait.h>, syswait.h does it.
Date: Sun, 03 Oct 2010 07:48:21 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101760
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-03 07:48:21 -0700
message:
  * src/process.c: Do not include <sys/wait.h>, syswait.h does it.
modified:
  src/ChangeLog
  src/process.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-03 14:43:17 +0000
+++ b/src/ChangeLog     2010-10-03 14:48:21 +0000
@@ -1,5 +1,7 @@
 2010-10-03  Dan Nicolaescu  <address@hidden>
 
+       * 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.
 

=== modified file 'src/process.c'
--- a/src/process.c     2010-10-03 14:16:48 +0000
+++ b/src/process.c     2010-10-03 14:48:21 +0000
@@ -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>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]