summaryrefslogtreecommitdiffstats
path: root/snake
diff options
context:
space:
mode:
Diffstat (limited to 'snake')
-rw-r--r--snake/snake/snake.c5
1 files changed, 2 insertions, 3 deletions
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>