summaryrefslogtreecommitdiffstats
path: root/mille/mille.c
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1999-03-29 05:12:39 +0000
committermrg <mrg@NetBSD.org>1999-03-29 05:12:39 +0000
commitdb852c09a282ef33627dd82914bc2a7d6e4de6b8 (patch)
tree292996ecf6d9485c4f83d49505e56520ba2930ad /mille/mille.c
parent2dc171dacaf07b67792019a44cca6d11b1c783a4 (diff)
downloadbsdgames-darwin-db852c09a282ef33627dd82914bc2a7d6e4de6b8.tar.gz
bsdgames-darwin-db852c09a282ef33627dd82914bc2a7d6e4de6b8.tar.zst
bsdgames-darwin-db852c09a282ef33627dd82914bc2a7d6e4de6b8.zip
defined(attron) does not mean there is a <term.h>
Diffstat (limited to 'mille/mille.c')
-rw-r--r--mille/mille.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/mille/mille.c b/mille/mille.c
index 84536051..a427286b 100644
--- a/mille/mille.c
+++ b/mille/mille.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mille.c,v 1.6 1997/10/12 00:54:07 lukem Exp $ */
+/* $NetBSD: mille.c,v 1.7 1999/03/29 05:12:39 mrg Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -43,15 +43,12 @@ __COPYRIGHT("@(#) Copyright (c) 1982, 1993\n\
#if 0
static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: mille.c,v 1.6 1997/10/12 00:54:07 lukem Exp $");
+__RCSID("$NetBSD: mille.c,v 1.7 1999/03/29 05:12:39 mrg Exp $");
#endif
#endif /* not lint */
# include "mille.h"
# include <signal.h>
-# ifdef attron
-# include <term.h>
-# endif attron
/*
* @(#)mille.c 1.3 (Berkeley) 5/10/83