c9c8f97e88
- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
16 lines
451 B
Text
16 lines
451 B
Text
$NetBSD: patch-ad,v 1.9 2009/12/10 20:35:56 abs Exp $
|
|
|
|
--- lib/libxview/attr/attr_copy.c.orig 1993-06-29 05:14:35.000000000 +0000
|
|
+++ lib/libxview/attr/attr_copy.c
|
|
@@ -12,6 +12,11 @@ static char sccsid[] = "@(#)attr_cop
|
|
|
|
#include <xview/attr.h>
|
|
|
|
+static int copy_1_attr();
|
|
+static int copy_counted_list();
|
|
+static int copy_singleton();
|
|
+static int copy_null_list();
|
|
+
|
|
/*
|
|
* attr_copy: copy an attribute list, returning the size in bytes
|
|
*/
|