$NetBSD: patch-ah,v 1.2 2003/04/27 18:11:02 cjep Exp $ --- 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");