projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92bc9a3
)
* src/emacs.c: Do not include sys/ioctl.h, not needed.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 21 Sep 2010 11:13:36 +0000
(14:13 +0300)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 21 Sep 2010 11:13:36 +0000
(14:13 +0300)
src/ChangeLog
patch
|
blob
|
history
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index f44add45de084cf4d28ac1bfb99bf63f10766546..205ae565e6b00dfa012987592bfca4ce9b368f0d 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
+ * 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.
diff --git
a/src/emacs.c
b/src/emacs.c
index 33e0d60630b6ae23f2f382d82b4d533c76f2ce65..5e7efb642261577d8a0390c9973d6cf84933515d 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-32,10
+32,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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 */