openbsd-ports/editors/joe/patches/patch-aa
marc 5434900d70 patches and updated packing list close PR 435.
thangs to Oleg Form <form@vs.itam.nsc.ru> for the patches.
1998-04-17 00:24:24 +00:00

19 lines
505 B
Plaintext

*** conf.c.orig Thu Apr 16 17:46:07 1998
--- conf.c Thu Apr 16 17:48:34 1998
***************
*** 203,215 ****
#endif
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,"void *realloc();\n");
fprintf(f,"int jread();\n");
fprintf(f,"int jwrite();\n");
fprintf(f,"\n");
--- 203,208 ----