]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/extern.c
remove unnecessary command name after .Nm
[bsdgames-darwin.git] / atc / extern.c
index a69252f376e357b493056a0e4443be7e0a73650d..0ec00dffd347da98882b0b6689ed3a704151b770 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: extern.c,v 1.6 1998/11/10 13:43:30 hubertf 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.
  * For more info on this and all of my stuff, mail edjames@berkeley.edu.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-static char sccsid[] = "@(#)extern.c   5.4 (Berkeley) 10/30/90";
+#if 0
+static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) 5/31/93";
+#else
+__RCSID("$NetBSD: extern.c,v 1.6 1998/11/10 13:43:30 hubertf Exp $");
+#endif
 #endif /* not lint */
 
 #include "include.h"
@@ -53,7 +60,7 @@ char          GAMES[] =       "Game_List";
 
 int            clck, safe_planes, start_time, test_mode;
 
-char           *file;
+const char     *file;
 
 FILE           *filein, *fileout;
 
@@ -61,7 +68,7 @@ C_SCREEN              screen, *sp = &screen;
 
 LIST           air, ground;
 
-struct sgttyb  tty_start, tty_new;
+struct termios tty_start, tty_new;
 
 DISPLACEMENT   displacement[MAXDIR] = {
                {  0, -1 },