summaryrefslogtreecommitdiffstats
path: root/canfield
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-02-28 18:30:59 +0000
committerjtc <jtc@NetBSD.org>1995-02-28 18:30:59 +0000
commit88534de16b9551ed7674d754aa6f53c83627eff5 (patch)
tree2a3b8587469715cddffaa697f188d2f554424df0 /canfield
parent00ac893aa9922a7fe2cd763f97a176da02b11301 (diff)
downloadbsdgames-darwin-88534de16b9551ed7674d754aa6f53c83627eff5.tar.gz
bsdgames-darwin-88534de16b9551ed7674d754aa6f53c83627eff5.tar.zst
bsdgames-darwin-88534de16b9551ed7674d754aa6f53c83627eff5.zip
change <sys/signal.h> to <signal.h>
Diffstat (limited to 'canfield')
-rw-r--r--canfield/canfield/canfield.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/canfield/canfield/canfield.c b/canfield/canfield/canfield.c
index c0344132..e4b14c1d 100644
--- a/canfield/canfield/canfield.c
+++ b/canfield/canfield/canfield.c
@@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)canfield.c 5.11 (Berkeley) 2/28/91";*/
-static char rcsid[] = "$Id: canfield.c,v 1.3 1993/08/10 03:44:45 mycroft Exp $";
+static char rcsid[] = "$Id: canfield.c,v 1.4 1995/02/28 18:31:17 jtc Exp $";
#endif /* not lint */
/*
@@ -54,7 +54,7 @@ static char rcsid[] = "$Id: canfield.c,v 1.3 1993/08/10 03:44:45 mycroft Exp $";
*/
#include <sys/types.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <curses.h>
#include <termios.h>
#include <ctype.h>