summaryrefslogtreecommitdiffstats
path: root/mille/misc.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/misc.c
parent2dc171dacaf07b67792019a44cca6d11b1c783a4 (diff)
downloadbsdgames-darwin-db852c09a282ef33627dd82914bc2a7d6e4de6b8.tar.gz
bsdgames-darwin-db852c09a282ef33627dd82914bc2a7d6e4de6b8.zip
defined(attron) does not mean there is a <term.h>
Diffstat (limited to 'mille/misc.c')
-rw-r--r--mille/misc.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/mille/misc.c b/mille/misc.c
index 6971d06f..00a282d9 100644
--- a/mille/misc.c
+++ b/mille/misc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.7 1998/07/26 16:11:40 mycroft Exp $ */
+/* $NetBSD: misc.c,v 1.8 1999/03/29 05:12:39 mrg Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: misc.c,v 1.7 1998/07/26 16:11:40 mycroft Exp $");
+__RCSID("$NetBSD: misc.c,v 1.8 1999/03/29 05:12:39 mrg Exp $");
#endif
#endif /* not lint */
@@ -57,10 +57,6 @@ __RCSID("$NetBSD: misc.c,v 1.7 1998/07/26 16:11:40 mycroft Exp $");
#endif
-# ifdef attron
-# include <term.h>
-# endif attron
-
/*
* @(#)misc.c 1.2 (Berkeley) 3/28/83
*/