+/* $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"
int clck, safe_planes, start_time, test_mode;
-char *file;
+const char *file;
FILE *filein, *fileout;
LIST air, ground;
-struct sgttyb tty_start, tty_new;
+struct termios tty_start, tty_new;
DISPLACEMENT displacement[MAXDIR] = {
{ 0, -1 },