summaryrefslogtreecommitdiffstats
path: root/cribbage/crib.c
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 /cribbage/crib.c
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 'cribbage/crib.c')
-rw-r--r--cribbage/crib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cribbage/crib.c b/cribbage/crib.c
index c7363c3f..c357f2da 100644
--- a/cribbage/crib.c
+++ b/cribbage/crib.c
@@ -39,10 +39,10 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)crib.c 5.6 (Berkeley) 2/28/91";*/
-static char rcsid[] = "$Id: crib.c,v 1.3 1993/08/01 18:55:15 mycroft Exp $";
+static char rcsid[] = "$Id: crib.c,v 1.4 1995/02/28 18:31:26 jtc Exp $";
#endif /* not lint */
-# include <sys/signal.h>
+# include <signal.h>
# include <curses.h>
# include <unistd.h>
# include "deck.h"