summaryrefslogtreecommitdiffstats
path: root/atc/include.h
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1995-04-27 21:22:19 +0000
committermycroft <mycroft@NetBSD.org>1995-04-27 21:22:19 +0000
commit3e95714e815457b8e2c95138f9242701e3c08434 (patch)
treec2402f388750a4900ace82a944c066039d54afa1 /atc/include.h
parenta65a873e56c35780711e9f73872c4fe0254589b0 (diff)
downloadbsdgames-darwin-3e95714e815457b8e2c95138f9242701e3c08434.tar.gz
bsdgames-darwin-3e95714e815457b8e2c95138f9242701e3c08434.tar.zst
bsdgames-darwin-3e95714e815457b8e2c95138f9242701e3c08434.zip
Use POSIX signal and tty semantics.
Diffstat (limited to 'atc/include.h')
-rw-r--r--atc/include.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/atc/include.h b/atc/include.h
index b6ca43b2..bfa892e5 100644
--- a/atc/include.h
+++ b/atc/include.h
@@ -1,4 +1,4 @@
-/* $NetBSD: include.h,v 1.4 1995/04/24 12:21:46 cgd Exp $ */
+/* $NetBSD: include.h,v 1.5 1995/04/27 21:22:23 mycroft Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -53,9 +53,9 @@
#include <ctype.h>
#include <sys/types.h>
#include <pwd.h>
+#include <termios.h>
#ifdef BSD
-#include <sgtty.h>
#include <sys/time.h>
#include <sys/file.h>
#endif
@@ -78,9 +78,6 @@
#define bzero(a,b) memset((a), '\0', (b))
#define srandom srand
#define random rand
-#define sgttyb termio
-#define sg_erase c_cc[2]
-#define sg_kill c_cc[3]
#endif
#include "def.h"