summaryrefslogtreecommitdiff
path: root/print/abc2ps/patches/patch-af
blob: 6e4ed8b8cd01feb4db6f65177540edd98a90730a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-af,v 1.1 2011/08/02 17:04:34 joerg Exp $

--- util.h.orig	2011-08-02 14:08:26.000000000 +0000
+++ util.h
@@ -70,7 +70,7 @@ float x1,x2;
 }
 
 
-/* ----- getline ----- */
+/* ----- my_getline ----- */
 /*
 * Added by jc:
 * This routine reads a line from fp into  buf,  and  trims  away  any
@@ -78,7 +78,7 @@ float x1,x2;
 * returns true for CR, so this routine should work even if the  input
 * came from a DOS system.
 */
-char * getline(buf,len,fp)
+char * my_getline(buf,len,fp)
 	char* buf;
 	int   len;
 	FILE* fp;