emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101522: * src/emacs.c: Do not includ


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101522: * src/emacs.c: Do not include sys/ioctl.h, not needed.
Date: Tue, 21 Sep 2010 14:13:36 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101522
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-09-21 14:13:36 +0300
message:
  * src/emacs.c: Do not include sys/ioctl.h, not needed.
modified:
  src/ChangeLog
  src/emacs.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-21 11:03:34 +0000
+++ b/src/ChangeLog     2010-09-21 11:13:36 +0000
@@ -1,5 +1,7 @@
 2010-09-21  Dan Nicolaescu  <address@hidden>
 
+       * emacs.c: Do not include sys/ioctl.h, not needed.
+
        * doprnt.c: Do not include stdlib.h, config.h does it.
        Move #include before macro definition.
 

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2010-09-10 16:44:35 +0000
+++ b/src/emacs.c       2010-09-21 11:13:36 +0000
@@ -32,10 +32,6 @@
 #include <unistd.h>
 #endif
 
-#ifdef HAVE_SYS_IOCTL_H
-#include <sys/ioctl.h>
-#endif
-
 #ifdef WINDOWSNT
 #include <fcntl.h>
 #include <windows.h> /* just for w32.h */


reply via email to

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