diff options
| author | Dan Nicolaescu | 2010-06-07 20:02:41 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-07 20:02:41 -0700 |
| commit | a99ebb40a7fb95b9a50dc9df26e61955f3c061dd (patch) | |
| tree | 71425e4f0d13bf9e52dace6173571aef53c86e93 /src/alloc.c | |
| parent | 78a7a068403db34cfc96a4051a2798883a059688 (diff) | |
| download | emacs-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/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
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 (); | |||
| 70 | #endif | 70 | #endif |
| 71 | 71 | ||
| 72 | #ifdef HAVE_FCNTL_H | 72 | #ifdef HAVE_FCNTL_H |
| 73 | #define INCLUDED_FCNTL | ||
| 74 | #include <fcntl.h> | 73 | #include <fcntl.h> |
| 75 | #endif | 74 | #endif |
| 76 | #ifndef O_WRONLY | 75 | #ifndef O_WRONLY |