summaryrefslogtreecommitdiffstats
path: root/adventure/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'adventure/main.c')
-rw-r--r--adventure/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/adventure/main.c b/adventure/main.c
index 4fdfbcc8..17b008b0 100644
--- a/adventure/main.c
+++ b/adventure/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.4 1996/05/21 10:48:07 mrg Exp $ */
+/* $NetBSD: main.c,v 1.5 1996/05/21 21:53:09 mrg Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -48,14 +48,14 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93";
#else
-static char rcsid[] = "$NetBSD: main.c,v 1.4 1996/05/21 10:48:07 mrg Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.5 1996/05/21 21:53:09 mrg Exp $";
#endif
#endif /* not lint */
/* Re-coding of advent in C: main program */
#include <sys/file.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <stdio.h>
#include "hdr.h"