summaryrefslogtreecommitdiff
path: root/net/vnc/patches/patch-bb
blob: db07151dcff168dee739c84305a5e0ea3d55f94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 */