]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/extern.c
This patch cleans up the handling of the variable `saved' in
[bsdgames-darwin.git] / mille / extern.c
index a47c9b3c79768a37f7d2624fa9c8c59918ecfe30..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[] = "from: @(#)extern.c   5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: extern.c,v 1.2 1993/08/01 18:54:03 mycroft 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"