summaryrefslogtreecommitdiff
path: root/editors/joe-devel/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/joe-devel/files/patch-af')
-rw-r--r--editors/joe-devel/files/patch-af26
1 files changed, 16 insertions, 10 deletions
diff --git a/editors/joe-devel/files/patch-af b/editors/joe-devel/files/patch-af
index d21c8801922f..62469a1d905d 100644
--- a/editors/joe-devel/files/patch-af
+++ b/editors/joe-devel/files/patch-af
@@ -1,11 +1,17 @@
---- conf.c.orig Fri Jun 1 19:32:10 2001
-+++ conf.c Fri Jun 1 19:33:37 2001
-@@ -204,8 +204,6 @@
- fprintf(f,"\n");
+--- conf.c.orig Wed Apr 11 16:11:00 2001
++++ conf.c Mon Jun 25 22:19:07 2001
+@@ -179,14 +179,6 @@
+ fprintf (f, "\n");
- fprintf(f,"char *getenv();\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");
+ fprintf (f, "char *getenv();\n");
+-#if !defined(__linux__) || !defined(__alpha)
+- if (sizeof (long) == 8) {
+- fprintf (f, "int time();\n");
+- } else
+-#endif
+- {
+- fprintf (f, "long time();\n");
+- }
+ fprintf (f, "void *malloc();\n");
+ fprintf (f, "void free();\n");
+ fprintf (f, "void *calloc();\n");