From 0263a941230d82b781ff85014c6fa1e341c98f01 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 7 Jun 2010 20:06:47 -0700 Subject: [PATCH] * src/dispnew.c: Remove obsolete comment. --- src/ChangeLog | 2 ++ src/dispnew.c | 3 --- 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 @@ 2010-06-08 Dan Nicolaescu + * dispnew.c: Remove obsolete comment. + Remove INCLUDED_FCNTL. * xterm.c (INCLUDED_FCNTL): * 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 . */ #include "blockinput.h" #include "process.h" -/* I don't know why DEC Alpha OSF1 fail to compile this file if we - include the following file. */ -/* #include "systty.h" */ #include "syssignal.h" #ifdef HAVE_X_WINDOWS -- 2.39.2