freebsd-ports/comms/yaps/files/patch-util.c
2016-08-01 06:13:41 +00:00

11 lines
201 B
C

--- util.c.orig 1997-05-31 17:20:40 UTC
+++ util.c
@@ -36,7 +36,7 @@ skipch (char *str, char ch)
}
char *
-getline (FILE *fp, Bool cont)
+get_line (FILE *fp, Bool cont)
{
char *buf;
int size;