mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
430b58134a
PR: 27710 Submitted by: Jung-an Fan <rafan@ck.tp.edu.tw> - the problem report maintainer - the patch
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
--- 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");
|