aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/dispnew.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2290a515476..5693fc1126e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-06-08 Dan Nicolaescu <dann@ics.uci.edu> 12010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * dispnew.c: Remove obsolete comment.
4
3 Remove INCLUDED_FCNTL. 5 Remove INCLUDED_FCNTL.
4 * xterm.c (INCLUDED_FCNTL): 6 * xterm.c (INCLUDED_FCNTL):
5 * callproc.c (INCLUDED_FCNTL): 7 * callproc.c (INCLUDED_FCNTL):
diff --git a/src/dispnew.c b/src/dispnew.c
index 476b58ae7e3..a8ba1995435 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -47,9 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
47#include "blockinput.h" 47#include "blockinput.h"
48#include "process.h" 48#include "process.h"
49 49
50/* I don't know why DEC Alpha OSF1 fail to compile this file if we
51 include the following file. */
52/* #include "systty.h" */
53#include "syssignal.h" 50#include "syssignal.h"
54 51
55#ifdef HAVE_X_WINDOWS 52#ifdef HAVE_X_WINDOWS