summaryrefslogtreecommitdiff
path: root/devel/nbitools/patches/patch-ao
blob: 448617ffe6f0c46b0a49c96aa137c8e335dcfa09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-ao,v 1.1 2010/11/25 15:17:51 hauke Exp $

One of the three patches replacing the distribution patch
under work/nbitools-R6.3/config/md.patch

--- config/makedepend/parse.c.orig	1997-08-22 08:21:37.000000000 +0000
+++ config/makedepend/parse.c
@@ -1,4 +1,5 @@
 /* $XConsortium: parse.c /main/33 1996/12/04 10:11:28 swick $ */
+
 /*
 
 Copyright (c) 1993, 1994  X Consortium
@@ -40,7 +41,7 @@ gobble(filep, file, file_red)
 	register char	*line;
 	register int	type;
 
-	while (line = getline(filep)) {
+	while (line = mdgetline(filep)) {
 		switch(type = deftype(line, filep, file_red, file, FALSE)) {
 		case IF:
 		case IFFALSE:
@@ -529,7 +530,7 @@ find_includes(filep, file, file_red, rec
 	register int	type;
 	boolean recfailOK;
 
-	while (line = getline(filep)) {
+	while (line = mdgetline(filep)) {
 		switch(type = deftype(line, filep, file_red, file, TRUE)) {
 		case IF:
 		doif: