openbsd-ports/editors/jove/patches/patch-io_h
2012-03-18 17:02:00 +00:00

13 lines
516 B
Plaintext

$OpenBSD: patch-io_h,v 1.1 2012/03/18 17:02:00 naddy Exp $
--- io.h.orig Sun Mar 18 10:52:30 2012
+++ io.h Sun Mar 18 10:52:42 2012
@@ -40,7 +40,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)),