From 3e95714e815457b8e2c95138f9242701e3c08434 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 27 Apr 1995 21:22:19 +0000 Subject: Use POSIX signal and tty semantics. --- atc/include.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'atc/include.h') 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 #include #include +#include #ifdef BSD -#include #include #include #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" -- cgit v1.2.3