summaryrefslogtreecommitdiff
path: root/x11/xpenguins/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xpenguins/patches/patch-ab')
-rw-r--r--x11/xpenguins/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/xpenguins/patches/patch-ab b/x11/xpenguins/patches/patch-ab
deleted file mode 100644
index 1824aefd7c4..00000000000
--- a/x11/xpenguins/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2000/08/18 18:34:23 wiz Exp $
-
---- toon.c.orig Tue May 23 10:07:29 2000
-+++ toon.c
-@@ -182,6 +182,8 @@
- {
- int i, status;
- XpmAttributes attributes;
-+
-+ memset(&attributes, 0, sizeof(attributes));
- for (i=0;i<n;i++) {
- attributes.valuemask |= (XpmReturnPixels
- | XpmReturnExtensions | XpmExactColors | XpmCloseness);