summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quiz/quiz.c5
-rw-r--r--snake/snake/snake.c5
2 files changed, 4 insertions, 6 deletions
diff --git a/quiz/quiz.c b/quiz/quiz.c
index e860966b..be4de261 100644
--- a/quiz/quiz.c
+++ b/quiz/quiz.c
@@ -1,4 +1,4 @@
-/* $NetBSD: quiz.c,v 1.20 2004/01/27 20:30:30 jsm Exp $ */
+/* $NetBSD: quiz.c,v 1.21 2007/01/17 00:30:23 hubertf Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
#if 0
static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: quiz.c,v 1.20 2004/01/27 20:30:30 jsm Exp $");
+__RCSID("$NetBSD: quiz.c,v 1.21 2007/01/17 00:30:23 hubertf Exp $");
#endif
#endif /* not lint */
@@ -54,7 +54,6 @@ __RCSID("$NetBSD: quiz.c,v 1.20 2004/01/27 20:30:30 jsm Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
#include <err.h>
#include <time.h>
#include <unistd.h>
diff --git a/snake/snake/snake.c b/snake/snake/snake.c
index ae004e94..31504fc4 100644
--- a/snake/snake/snake.c
+++ b/snake/snake/snake.c
@@ -1,4 +1,4 @@
-/* $NetBSD: snake.c,v 1.21 2006/03/17 23:22:59 abs Exp $ */
+/* $NetBSD: snake.c,v 1.22 2007/01/17 00:30:23 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)snake.c 8.2 (Berkeley) 1/7/94";
#else
-__RCSID("$NetBSD: snake.c,v 1.21 2006/03/17 23:22:59 abs Exp $");
+__RCSID("$NetBSD: snake.c,v 1.22 2007/01/17 00:30:23 hubertf Exp $");
#endif
#endif /* not lint */
@@ -59,7 +59,6 @@ __RCSID("$NetBSD: snake.c,v 1.21 2006/03/17 23:22:59 abs Exp $");
#include <curses.h>
#include <fcntl.h>
#include <pwd.h>
-#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include <sys/types.h>