-/* $NetBSD: extern.c,v 1.4 1995/04/27 21:22:19 mycroft Exp $ */
+/* $NetBSD: extern.c,v 1.6 1998/11/10 13:43:30 hubertf Exp $ */
/*-
* Copyright (c) 1990, 1993
* For more info on this and all of my stuff, mail edjames@berkeley.edu.
*/
+#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: extern.c,v 1.4 1995/04/27 21:22:19 mycroft Exp $";
+__RCSID("$NetBSD: extern.c,v 1.6 1998/11/10 13:43:30 hubertf Exp $");
#endif
#endif /* not lint */
int clck, safe_planes, start_time, test_mode;
-char *file;
+const char *file;
FILE *filein, *fileout;