From a6575558b39738e298e823fa637aaa91ba220748 Mon Sep 17 00:00:00 2001 From: roam Date: Sat, 2 Jun 2001 13:17:20 +0000 Subject: Unbreak build: remove bogus declaration of time(3). PR: 27710 Submitted by: Jung-an Fan - the problem report maintainer - the patch --- editors/joe-devel/files/patch-af | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/joe-devel/files/patch-af (limited to 'editors/joe-devel') diff --git a/editors/joe-devel/files/patch-af b/editors/joe-devel/files/patch-af new file mode 100644 index 000000000000..d21c8801922f --- /dev/null +++ b/editors/joe-devel/files/patch-af @@ -0,0 +1,11 @@ +--- 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"); -- cgit