repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
sysutils
/
sformat
/
patches
/
patch-lib_stdio_fgetline_c
blob
2d3567d2b6b9b35cbb4e19cfaaace854db581d1e
1
$NetBSD$
2
3
Fix symbol name conflict with POSIX getline().
4
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
{