diff src/alloc.c @ 108908:734073f5d073

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 07 Jun 2010 20:02:41 -0700
parents bef5d1738c0b
children 2bc9a0c04c87
line wrap: on
line diff
--- a/src/alloc.c	Mon Jun 07 19:29:12 2010 -0700
+++ b/src/alloc.c	Mon Jun 07 20:02:41 2010 -0700
@@ -70,7 +70,6 @@
 #endif
 
 #ifdef HAVE_FCNTL_H
-#define INCLUDED_FCNTL
 #include <fcntl.h>
 #endif
 #ifndef O_WRONLY