]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - arithmetic/arithmetic.c
change <sys/signal.h> to <signal.h>
[bsdgames-darwin.git] / arithmetic / arithmetic.c
index 3f1f427b2714cc8c09db42f681677c7d8a108e3f..708a8e705cb3ca8ac09509ac34e167f9829ba961 100644 (file)
@@ -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>