Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 108907:38cf1b719b59 | 108908:734073f5d073 |
|---|---|
| 68 #else | 68 #else |
| 69 extern POINTER_TYPE *sbrk (); | 69 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 |
| 77 #define O_WRONLY 1 | 76 #define O_WRONLY 1 |
| 78 #endif | 77 #endif |
