summaryrefslogtreecommitdiffstats
path: root/atc/include.h
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-10 02:07:01 +0000
committerlukem <lukem@NetBSD.org>1997-10-10 02:07:01 +0000
commit872a50db510aae37e624f1b82db06f08023c5712 (patch)
treee5af9998b7c1daa1acf8046cd6ea941cbf25345b /atc/include.h
parent3c0c7a72c2f0803e801f2330c329aff2eee680d5 (diff)
downloadbsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.tar.gz
bsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.tar.zst
bsdgames-darwin-872a50db510aae37e624f1b82db06f08023c5712.zip
WARNSify
Diffstat (limited to 'atc/include.h')
-rw-r--r--atc/include.h44
1 files changed, 16 insertions, 28 deletions
diff --git a/atc/include.h b/atc/include.h
index bfa892e5..0afa881b 100644
--- a/atc/include.h
+++ b/atc/include.h
@@ -1,4 +1,4 @@
-/* $NetBSD: include.h,v 1.5 1995/04/27 21:22:23 mycroft Exp $ */
+/* $NetBSD: include.h,v 1.6 1997/10/10 02:07:14 lukem Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -47,38 +47,26 @@
* For more info on this and all of my stuff, mail edjames@berkeley.edu.
*/
-#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 <sys/time.h>
#include <sys/file.h>
-#endif
-
-#ifdef SYSV
-#include <fcntl.h>
-#include <unistd.h>
+#include <sys/stat.h>
+#include <sys/time.h>
#include <sys/utsname.h>
-#endif
-
-#include <signal.h>
-#include <math.h>
+#include <sys/wait.h>
+#include <ctype.h>
#include <curses.h>
-
-#ifdef SYSV
-#define index strchr
-#define rindex strrchr
-#define bcopy(a,b,c) memcpy((b), (a), (c))
-#define bzero(a,b) memset((a), '\0', (b))
-#define srandom srand
-#define random rand
-#endif
+#include <err.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <math.h>
+#include <pwd.h>
+#include <signal.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <termios.h>
+#include <unistd.h>
#include "def.h"
#include "struct.h"