]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/include.h
- WARNSify
[bsdgames-darwin.git] / atc / include.h
index a8cbfb18cb527482cc17ec9d7f0b23b3720c1446..bfa892e52a264803c283acb94bb108a7dc967519 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: include.h,v 1.5 1995/04/27 21:22:23 mycroft Exp $      */
+
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -33,8 +35,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     from: @(#)include.h     5.3 (Berkeley) 4/30/90
- *     $Id: include.h,v 1.2 1993/08/01 18:57:16 mycroft Exp $
+ *     @(#)include.h   8.1 (Berkeley) 5/31/93
  */
 
 /*
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #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
@@ -60,7 +63,6 @@
 #ifdef SYSV
 #include <fcntl.h>
 #include <unistd.h>
-#include <string.h>
 #include <sys/utsname.h>
 #endif
 
@@ -76,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"