summaryrefslogtreecommitdiffstats
path: root/arithmetic
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 /arithmetic
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 'arithmetic')
-rw-r--r--arithmetic/arithmetic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arithmetic/arithmetic.c b/arithmetic/arithmetic.c
index 3f1f427b..708a8e70 100644
--- a/arithmetic/arithmetic.c
+++ b/arithmetic/arithmetic.c
@@ -42,7 +42,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)arithmetic.c 5.5 (Berkeley) 2/27/91";*/
-static char rcsid[] = "$Id: arithmetic.c,v 1.3 1993/08/01 18:57:22 mycroft Exp $";
+static char rcsid[] = "$Id: arithmetic.c,v 1.4 1995/02/28 18:30:59 jtc Exp $";
#endif /* not lint */
/*
@@ -74,7 +74,7 @@ static char rcsid[] = "$Id: arithmetic.c,v 1.3 1993/08/01 18:57:22 mycroft Exp $
*/
#include <sys/types.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <ctype.h>
#include <stdio.h>
#include <string.h>