pkgsrc/x11/xview-lib/patches/patch-ad
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

16 lines
425 B
Text

$NetBSD: patch-ad,v 1.8 2001/12/20 09:19:54 tron Exp $
--- lib/libxview/attr/attr_copy.c.orig Tue Jun 29 07:14:35 1993
+++ lib/libxview/attr/attr_copy.c Thu Dec 20 10:09:16 2001
@@ -12,6 +12,11 @@
#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
*/