]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/extern.c
Simplify syncing with upstream
[bsdgames-darwin.git] / atc / extern.c
index 887a8cf9a7cc311bfaefd211d9f49cf718923f44..6d3a30f489530b45bc9badd9f9dd94a507cab61e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.c,v 1.8 2005/07/01 00:48:34 jmc Exp $   */
+/*     $NetBSD: extern.c,v 1.12 2015/06/19 06:02:31 dholland Exp $     */
 
 /*-
  * Copyright (c) 1990, 1993
 #if 0
 static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: extern.c,v 1.8 2005/07/01 00:48:34 jmc Exp $");
+__RCSID("$NetBSD: extern.c,v 1.12 2015/06/19 06:02:31 dholland Exp $");
 #endif
 #endif /* not lint */
 
-#include "include.h"
+#include <termios.h>
+
+#include "def.h"
+#include "struct.h"
+#include "extern.h"
+#include "tunable.h"
 
 char           GAMES[] =       "Game_List";
 
-int            clck, safe_planes, start_time, test_mode;
+int            clck, safe_planes, test_mode;
+time_t         start_time;
 
 const char     *filename;
 
+#if 0
 FILE           *filein, *fileout;
+#endif
 
-C_SCREEN               screen, *sp = &screen;
+static C_SCREEN screen;
+C_SCREEN *sp = &screen;
 
 LIST           air, ground;