Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / sformat / patches / patch-lib_stdio_fgetline_c
blob2d3567d2b6b9b35cbb4e19cfaaace854db581d1e
1 $NetBSD$
3 Fix symbol name conflict with POSIX getline().
5 --- lib/stdio/fgetline.c~       2000-12-03 11:19:29.000000000 +0000
6 +++ lib/stdio/fgetline.c
7 @@ -64,7 +64,7 @@ fgetline(f, buf, len)
8  }
9  
10  EXPORT int
11 -getline(buf, len)
12 +get_line(buf, len)
13         char    *buf;
14         int     len;
15  {