$NetBSD: patch-ad,v 1.2 2005/12/19 16:22:25 joerg Exp $

--- c_scores.c.orig	1992-08-02 13:10:12.000000000 +0000
+++ c_scores.c
@@ -41,7 +41,6 @@
  *  else print to X screen.
  */
   
-extern int errno;
 int x, y, ydelta;
 
 
@@ -124,7 +123,7 @@ int scores(score)
   y = 100;
   ydelta = 15;
 
-  sprintf(buf,"%s/%s",TANKDIR,SCOREFILE);
+  sprintf(buf,"/var/games/%s",SCOREFILE);
   sfile = fopen(buf,"r");	/* just check if it is there */
 
   if (sfile == NULL) {
