Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/mille defined(attron) does not mean there is a <term.h>
details: https://anonhg.NetBSD.org/src/rev/bc5d2b2ea44d
branches: trunk
changeset: 467779:bc5d2b2ea44d
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 29 05:12:39 1999 +0000
description:
defined(attron) does not mean there is a <term.h>
diffstat:
games/mille/mille.c | 7 ++-----
games/mille/misc.c | 8 ++------
games/mille/move.c | 8 ++------
games/mille/save.c | 8 ++------
4 files changed, 8 insertions(+), 23 deletions(-)
diffs (113 lines):
diff -r 5703745e882d -r bc5d2b2ea44d games/mille/mille.c
--- a/games/mille/mille.c Mon Mar 29 04:49:49 1999 +0000
+++ b/games/mille/mille.c Mon Mar 29 05:12:39 1999 +0000
@@ -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 @@
#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
diff -r 5703745e882d -r bc5d2b2ea44d games/mille/misc.c
--- a/games/mille/misc.c Mon Mar 29 04:49:49 1999 +0000
+++ b/games/mille/misc.c Mon Mar 29 05:12:39 1999 +0000
@@ -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 @@
#endif
-# ifdef attron
-# include <term.h>
-# endif attron
-
/*
* @(#)misc.c 1.2 (Berkeley) 3/28/83
*/
diff -r 5703745e882d -r bc5d2b2ea44d games/mille/move.c
--- a/games/mille/move.c Mon Mar 29 04:49:49 1999 +0000
+++ b/games/mille/move.c Mon Mar 29 05:12:39 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: move.c,v 1.7 1997/10/12 00:54:21 lukem Exp $ */
+/* $NetBSD: move.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[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: move.c,v 1.7 1997/10/12 00:54:21 lukem Exp $");
+__RCSID("$NetBSD: move.c,v 1.8 1999/03/29 05:12:39 mrg Exp $");
#endif
#endif /* not lint */
@@ -49,10 +49,6 @@
#include "unctrl.h"
#endif
-# ifdef attron
-# include <term.h>
-# endif attron
-
/*
* @(#)move.c 1.2 (Berkeley) 3/28/83
*/
diff -r 5703745e882d -r bc5d2b2ea44d games/mille/save.c
--- a/games/mille/save.c Mon Mar 29 04:49:49 1999 +0000
+++ b/games/mille/save.c Mon Mar 29 05:12:39 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: save.c,v 1.6 1997/10/12 00:54:32 lukem Exp $ */
+/* $NetBSD: save.c,v 1.7 1999/03/29 05:12:39 mrg Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: save.c,v 1.6 1997/10/12 00:54:32 lukem Exp $");
+__RCSID("$NetBSD: save.c,v 1.7 1999/03/29 05:12:39 mrg Exp $");
#endif
#endif /* not lint */
@@ -48,10 +48,6 @@
#include "unctrl.h"
#endif
-# ifdef attron
-# include <term.h>
-# endif attron
-
/*
* @(#)save.c 1.2 (Berkeley) 3/28/83
*/
Home |
Main Index |
Thread Index |
Old Index