emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102393: * src/process.c: Include <sy


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102393: * src/process.c: Include <sys/ioctl.h> unconditionally,
Date: Sun, 14 Nov 2010 22:27:41 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102393
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-11-14 22:27:41 -0800
message:
  * src/process.c: Include <sys/ioctl.h> unconditionally,
  keyboard.c already does it.
modified:
  src/ChangeLog
  src/process.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-11-15 06:18:50 +0000
+++ b/src/ChangeLog     2010-11-15 06:27:41 +0000
@@ -1,5 +1,8 @@
 2010-11-15  Dan Nicolaescu  <address@hidden>
 
+       * process.c: Include <sys/ioctl.h> unconditionally,
+       keyboard.c already does it.
+
        * keyboard.c (pending_malloc_warning): Add const to match
        definition in alloc.c.
        (Fset_input_interrupt_mode): Simplify #ifdefs.

=== modified file 'src/process.c'
--- a/src/process.c     2010-11-09 20:07:10 +0000
+++ b/src/process.c     2010-11-15 06:27:41 +0000
@@ -56,12 +56,10 @@
 #endif
 #endif
 
-#if defined(HAVE_SYS_IOCTL_H)
 #include <sys/ioctl.h>
 #if defined(HAVE_NET_IF_H)
 #include <net/if.h>
 #endif /* HAVE_NET_IF_H */
-#endif /* HAVE_SYS_IOCTL_H */
 
 #ifdef NEED_BSDTTY
 #include <bsdtty.h>


reply via email to

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