blob: 4dee5e0b18d945cea08b2c93504bbb8a01e9d5b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ff,v 1.2 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/misc/quark.c.orig 1993-06-29 05:16:31.000000000 +0000
+++ lib/libxview/misc/quark.c
@@ -16,7 +16,7 @@ static char sccsid[] = "@(#) quark.c
#include <xview/xview.h>
#include <xview/pkg.h>
-Xv_opaque resource_type_conv();
+static Xv_opaque resource_type_conv();
/*
* Utilities to deal with quark lists and such.
|