mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
$NetBSD: patch-fc,v 1.2 2009/12/10 20:35:58 abs Exp $
|
|
|
|
--- lib/libxview/io_stream/input.c.orig 1993-06-29 05:15:05.000000000 +0000
|
|
+++ lib/libxview/io_stream/input.c
|
|
@@ -22,7 +22,7 @@ static char sccsid[] = "@(#)input.c
|
|
XV_MSG("input stream not of type input"), 0); \
|
|
ops = in->ops.input_ops
|
|
|
|
-char *stream_getstring();
|
|
+static char *stream_getstring();
|
|
|
|
/* GENERIC INPUT FUNCTIONS */
|
|
|