summaryrefslogtreecommitdiff
path: root/editors/joe/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'editors/joe/patches/patch-ah')
-rw-r--r--editors/joe/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/joe/patches/patch-ah b/editors/joe/patches/patch-ah
new file mode 100644
index 00000000000..6afd96277a4
--- /dev/null
+++ b/editors/joe/patches/patch-ah
@@ -0,0 +1,15 @@
+--- conf.c.orig Fri Jan 13 17:10:33 1995
++++ conf.c Sun Apr 27 17:39:41 2003
+@@ -204,8 +204,10 @@
+ fprintf(f,"\n");
+
+ fprintf(f,"char *getenv();\n");
+- if(sizeof(long)==8) fprintf(f,"int time();\n");
+- else fprintf(f,"long time();\n");
++/*
++ * if(sizeof(long)==8) fprintf(f,"int time();\n");
++ * else fprintf(f,"long time();\n");
++ */
+ fprintf(f,"void *malloc();\n");
+ fprintf(f,"void free();\n");
+ fprintf(f,"void *calloc();\n");