Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
82719735
Commit
82719735
authored
Oct 03, 2010
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
parent
9de940b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
src/ChangeLog
src/ChangeLog
+2
-0
src/process.c
src/process.c
+0
-4
No files found.
src/ChangeLog
View file @
82719735
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.
...
...
src/process.c
View file @
82719735
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment