From eaf5dce45eaeadcb65fb79d4f53294350d5c2426 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sun, 17 Feb 2002 21:39:10 +0000 Subject: Fix build on -CURRENT PR: 34802 Submitted by: maintainer --- editors/joe2/files/patch-ad | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'editors/joe2/files/patch-ad') diff --git a/editors/joe2/files/patch-ad b/editors/joe2/files/patch-ad index 38113e698cfc..db0f7fce5fdd 100644 --- a/editors/joe2/files/patch-ad +++ b/editors/joe2/files/patch-ad @@ -1,5 +1,5 @@ ---- b.c.orig Fri Jan 20 00:38:25 1995 -+++ b.c Sun Dec 3 09:58:21 2000 +--- b.c.orig Fri Jan 20 02:38:25 1995 ++++ b.c Sun Feb 10 14:39:03 2002 @@ -21,6 +21,9 @@ #include #endif @@ -76,9 +76,12 @@ return b; } -@@ -1990,7 +2022,18 @@ +@@ -1988,9 +2020,20 @@ + + void ttsig(sig) { - long tim=time(0); +- long tim=time(0); ++ time_t tim=time(0); B *b; - FILE *f=fopen("DEADJOE","a"); + FILE *f; -- cgit v1.2.3