From c3aa5fec86eb1be49ae277015812cf12afb7eb8d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 9 Dec 1994 22:43:47 +0000 Subject: [PATCH] Fix typo in comment. --- src/syssignal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syssignal.h b/src/syssignal.h index d5af069ae71..a7e3cdebe43 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef POSIX_SIGNALS -/* Don't #include . That header shouldalways be #included +/* Don't #include . That header should always be #included before "config.h", because some configuration files (like s/hpux.h) indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file #includes , then that will re-#define SIGIO and confuse -- 2.39.5