diff options
Diffstat (limited to 'editors/joe2/files/patch-af')
-rw-r--r-- | editors/joe2/files/patch-af | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/joe2/files/patch-af b/editors/joe2/files/patch-af deleted file mode 100644 index d21c8801922f..000000000000 --- a/editors/joe2/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"); - - 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"); |