aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-07 20:02:41 -0700
committerDan Nicolaescu2010-06-07 20:02:41 -0700
commita99ebb40a7fb95b9a50dc9df26e61955f3c061dd (patch)
tree71425e4f0d13bf9e52dace6173571aef53c86e93 /src/callproc.c
parent78a7a068403db34cfc96a4051a2798883a059688 (diff)
downloademacs-a99ebb40a7fb95b9a50dc9df26e61955f3c061dd.tar.gz
emacs-a99ebb40a7fb95b9a50dc9df26e61955f3c061dd.zip
Remove INCLUDED_FCNTL.
* xterm.c (INCLUDED_FCNTL): * callproc.c (INCLUDED_FCNTL): * alloc.c (INCLUDED_FCNTL): * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore. (emacs_get_tty, emacs_set_tty): Declare unconditionally.
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c
index f922433eb42..82a5ebb90da 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -39,7 +39,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
39 39
40#include <sys/file.h> 40#include <sys/file.h>
41#ifdef HAVE_FCNTL_H 41#ifdef HAVE_FCNTL_H
42#define INCLUDED_FCNTL
43#include <fcntl.h> 42#include <fcntl.h>
44#endif 43#endif
45 44
@@ -53,7 +52,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
53#endif 52#endif
54 53
55#ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ 54#ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
56#define INCLUDED_FCNTL
57#include <fcntl.h> 55#include <fcntl.h>
58#include <sys/stat.h> 56#include <sys/stat.h>
59#include <sys/param.h> 57#include <sys/param.h>