summaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-ad
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-17 21:39:10 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-17 21:39:10 +0000
commiteaf5dce45eaeadcb65fb79d4f53294350d5c2426 (patch)
tree68828164f940b1e3ac2941e7f26a699f6c602f06 /editors/joe2/files/patch-ad
parentUpdate to 4.2.6 (diff)
Fix build on -CURRENT
PR: 34802 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=54834
Diffstat (limited to 'editors/joe2/files/patch-ad')
-rw-r--r--editors/joe2/files/patch-ad11
1 files changed, 7 insertions, 4 deletions
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 <pwd.h>
#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;