mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
$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);
|