f40eded260
* remove maintainer by his request ok fgsch@
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
$OpenBSD: patch-scsilib_libschily_stdio_fgetline_c,v 1.1 2012/03/17 16:04:34 naddy Exp $
|
|
--- scsilib/libschily/stdio/fgetline.c.orig Sat Mar 17 09:34:48 2012
|
|
+++ scsilib/libschily/stdio/fgetline.c Sat Mar 17 09:35:05 2012
|
|
@@ -64,7 +64,7 @@ fgetline(f, buf, len)
|
|
}
|
|
|
|
EXPORT int
|
|
-getline(buf, len)
|
|
+get_line(buf, len)
|
|
char *buf;
|
|
int len;
|
|
{
|