freebsd-ports/editors/jove/files/patch-io.h
Baptiste Daroussin 7b2ebe8172 Fix collision with getline(3)
Regen patches
2016-07-29 23:15:11 +00:00

11 lines
429 B
C

--- io.h.orig 1996-03-07 17:34:42 UTC
+++ io.h
@@ -37,7 +37,7 @@ extern void
close_file proto((File *fp)),
d_cache_init proto((void)),
file_write proto((char *fname, bool app)),
- getline proto((daddr addr,char *buf)),
+ get_line proto((daddr addr,char *buf)),
lsave proto((void)),
putreg proto((File *fp,LinePtr line1,int char1,LinePtr line2,int char2,bool makesure)),
read_file proto((char *file, bool is_insert)),