]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/extern.c
This patch improves the handling of save files in battlestar(6), by
[bsdgames-darwin.git] / mille / extern.c
index cc370f6940f486d3591b4b40920818fdab266d8f..64ae3e6b15cef70bfae19a7dbaeece777a1283d3 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: extern.c,v 1.5 1997/10/12 00:53:55 lukem Exp $ */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-/*static char sccsid[] = "from: @(#)extern.c   8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: extern.c,v 1.3 1994/05/12 17:39:30 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) 5/31/93";
+#else
+__RCSID("$NetBSD: extern.c,v 1.5 1997/10/12 00:53:55 lukem Exp $");
+#endif
 #endif /* not lint */
 
 # include      "mille.h"