Files
pkgsrc-ng/audio/cmp3/patches/patch-ag
2013-09-26 17:14:40 +02:00

21 lines
583 B
Plaintext

$NetBSD: patch-ag,v 1.1 2010/10/24 11:28:42 plunky Exp $
--- cmp3common.c.orig 2001-06-13 20:13:13.000000000 +0000
+++ cmp3common.c
@@ -102,7 +102,7 @@ int Strncmp(const char *str1, /* Firs
return(i);
}
-int getline(char *var, /* Buffer to copy line into */
+int cmp3_getline(char *var, /* Buffer to copy line into */
int maxbuf, /* MAX to send to fgets */
FILE *input /* File descriptor to get line from */)
{
@@ -142,4 +142,4 @@ void *Malloc(size_t size)
}
-/* EOF */
\ No newline at end of file
+/* EOF */