summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-06-07 20:02:41 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-06-07 20:02:41 -0700
commita99ebb40a7fb95b9a50dc9df26e61955f3c061dd (patch)
tree71425e4f0d13bf9e52dace6173571aef53c86e93 /src/alloc.c
parent78a7a068403db34cfc96a4051a2798883a059688 (diff)
downloademacs-a99ebb40a7fb95b9a50dc9df26e61955f3c061dd.tar.gz
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/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index c1f1094d15f..e0f07cc5f5a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -70,7 +70,6 @@ extern POINTER_TYPE *sbrk ();
#endif
#ifdef HAVE_FCNTL_H
-#define INCLUDED_FCNTL
#include <fcntl.h>
#endif
#ifndef O_WRONLY