summaryrefslogtreecommitdiff
path: root/news/cg/patches/patch-ac
blob: 39f522a3d7f6d4dac380ce6f1cfd7ac8f8651ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2009/08/24 08:06:41 wiz Exp $

--- util.h.orig	2002-04-24 15:45:24.000000000 +0000
+++ util.h
@@ -57,7 +57,7 @@ void copy_stream(stream *in, out_state *
 void debug(out_state *out, char *fmt, ...);
 char *expand(char *path);
 FILE *fopen_uniq(char **s);
-char *getline(FILE *f);
+char *get_line(FILE *f);
 void output_header(out_state *out, symbol name, struct header *h);
 void prdebug(int level, char *fmt, ...);
 void prdebug_init(int do_file, int do_stdout);