diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-26 02:38:23 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-26 02:38:23 +0000 |
commit | 09d91258bb2de96c6c82f905fa290f86fc53ba00 (patch) | |
tree | 9d23f9ce675d47141e43050de4e58f45b95a5db7 /editors/joe-devel/files/patch-af | |
parent | Better style (diff) |
Update new port to 2.9.6
Give maintainership to new fork of joe
Remove unneeded patches
Fix up pkg-descr
PR: 26773
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'editors/joe-devel/files/patch-af')
-rw-r--r-- | editors/joe-devel/files/patch-af | 26 |
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"); |