13 lines
475 B
Text
13 lines
475 B
Text
$NetBSD: patch-bb,v 1.1 2009/08/09 00:53:09 smb Exp $
|
|
|
|
--- Xvnc/config/makedepend/main.c.orig 2009-08-08 20:34:06.000000000 -0400
|
|
+++ Xvnc/config/makedepend/main.c 2009-08-08 20:35:08.000000000 -0400
|
|
@@ -548,7 +548,7 @@
|
|
* Get the next line. We only return lines beginning with '#' since that
|
|
* is all this program is ever interested in.
|
|
*/
|
|
-char *getline(filep)
|
|
+char *get_line(filep)
|
|
register struct filepointer *filep;
|
|
{
|
|
register char *p, /* walking pointer */
|