From 126f7580390c5215bae86eaeeb0e2be86713f5b4 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Dec 2005 16:22:25 +0000 Subject: Fix errno. --- games/cbzone/patches/patch-ad | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'games/cbzone/patches') diff --git a/games/cbzone/patches/patch-ad b/games/cbzone/patches/patch-ad index 85d289a8bf0..b1b8d50ff64 100644 --- a/games/cbzone/patches/patch-ad +++ b/games/cbzone/patches/patch-ad @@ -1,7 +1,16 @@ -$NetBSD: patch-ad,v 1.1 1998/09/13 20:39:44 garbled Exp $ ---- c_scores.c.orig Sun Sep 13 13:18:36 1998 -+++ c_scores.c Sun Sep 13 13:19:04 1998 -@@ -124,7 +124,7 @@ +$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; -- cgit v1.2.3