]> 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 a08ab2b039d89aff176b1c0d96baa4ed5b22f9f6..64ae3e6b15cef70bfae19a7dbaeece777a1283d3 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: extern.c,v 1.5 1997/10/12 00:53:55 lukem Exp $ */
+
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-static char sccsid[] = "@(#)extern.c   5.5 (Berkeley) 6/1/90";
+#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"