]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/extern.c
constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>
[bsdgames-darwin.git] / atc / extern.c
index 1f3d89802ebef8ab309716140d8012c321e45286..0ec00dffd347da98882b0b6689ed3a704151b770 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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 */
 
@@ -59,7 +60,7 @@ char          GAMES[] =       "Game_List";
 
 int            clck, safe_planes, start_time, test_mode;
 
-char           *file;
+const char     *file;
 
 FILE           *filein, *fileout;