]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/diag.c
can't have config.h and config.H in case-preserving but case-folding file-systems.
[bsdgames-darwin.git] / larn / diag.c
index 43f1ff64ce971728e37aff90f47022212cc6c81d..a3482c1d2dd579875827446cf4625f00422c46b4 100644 (file)
@@ -1,9 +1,9 @@
-/*     $NetBSD: diag.c,v 1.12 2008/02/03 19:20:41 dholland Exp $       */
+/*     $NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $       */
 
 /* diag.c              Larn is copyrighted 1986 by Noah Morgan. */
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: diag.c,v 1.12 2008/02/03 19:20:41 dholland Exp $");
+__RCSID("$NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $");
 #endif                         /* not lint */
 
 #include <sys/types.h>
@@ -176,8 +176,7 @@ diagdrawscreen()
  */
 static time_t   zzz = 0;
 int
-savegame(fname)
-       char *fname;
+savegame(char *fname)
 {
        int    i, k;
        struct sphere *sp;
@@ -242,8 +241,7 @@ savegame(fname)
 }
 
 void
-restoregame(fname)
-       char           *fname;
+restoregame(char *fname)
 {
        int    i, k;
        struct sphere *sp, *sp2;