summaryrefslogtreecommitdiff
path: root/editors/joe/patches/patch-ah
blob: 6afd96277a4f4153f937015b5489cb3f9edba1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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");