summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-03-28 17:18:59 +0000
committerjtc <jtc@NetBSD.org>1995-03-28 17:18:59 +0000
commitf7ec96d53d1d6067e74f38ff6eeff54ea5a75004 (patch)
tree653cb75d173e3d8f5520adba36fb8822c56e0905 /battlestar
parent63b3fb69101aab665d5571233d337d90a0ba11ec (diff)
downloadbsdgames-darwin-f7ec96d53d1d6067e74f38ff6eeff54ea5a75004.tar.gz
bsdgames-darwin-f7ec96d53d1d6067e74f38ff6eeff54ea5a75004.tar.zst
bsdgames-darwin-f7ec96d53d1d6067e74f38ff6eeff54ea5a75004.zip
KERNEL -> _KERNEL
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/com6.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/battlestar/com6.c b/battlestar/com6.c
index b1f48290..6b8dc636 100644
--- a/battlestar/com6.c
+++ b/battlestar/com6.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com6.c,v 1.3 1995/03/21 15:07:09 cgd Exp $ */
+/* $NetBSD: com6.c,v 1.4 1995/03/28 17:20:22 jtc Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)com6.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: com6.c,v 1.3 1995/03/21 15:07:09 cgd Exp $";
+static char rcsid[] = "$NetBSD: com6.c,v 1.4 1995/03/28 17:20:22 jtc Exp $";
#endif
#endif /* not lint */
@@ -99,9 +99,9 @@ live()
* sigh -- this program thinks "time" is an int. It's easier to not load
* <time.h> than try and fix it.
*/
-#define KERNEL
+#define _KERNEL
#include <sys/time.h>
-#undef KERNEL
+#undef _KERNEL
post(ch)
char ch;