From d1182bc455752fc066274906a69bcc588cef3666 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 24 Sep 2001 13:08:54 +0000 Subject: [PATCH] (xterm.o): Remove references to sink.h and sinkmask.h. --- src/ChangeLog | 6 ++++++ src/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 62bbfe24f2f..6eb7946468a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2001-09-24 Gerd Moellmann + * Makefile.in (xterm.o): Remove references to sink.h and sinkmask.h. + + * sink11.h, sink11mask.h, sink.h, sinkmask.h: Removed. + + * xterm.c (toplevel): Remove includes in #if 0. + * process.c (sigchld_handler) [LINUX]: Don't return from the signal handler at the end of the loop. diff --git a/src/Makefile.in b/src/Makefile.in index 10716100fb3..50fbd7bc065 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1102,7 +1102,7 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ - keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \ + keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ coding.h $(config_h) xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ coding.h ccl.h buffer.h atimer.h systime.h $(config_h) -- 2.39.2