summaryrefslogtreecommitdiff
path: root/sysutils/cdrkit/patches/patch-af
blob: 81e1b294ea10671161bdd1ab42d81ffab972a517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2009/06/07 22:02:24 hasso Exp $

--- librols/stdio/fgetline.c.orig
+++ librols/stdio/fgetline.c
@@ -76,7 +76,7 @@ fgetline(f, buf, len)
 }
 
 EXPORT int
-getline(buf, len)
+get_line(buf, len)
 	char	*buf;
 	int	len;
 {