summaryrefslogtreecommitdiff
path: root/x11/xcolorsel/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xcolorsel/patches/patch-ab')
-rw-r--r--x11/xcolorsel/patches/patch-ab15
1 files changed, 10 insertions, 5 deletions
diff --git a/x11/xcolorsel/patches/patch-ab b/x11/xcolorsel/patches/patch-ab
index ca4ad30a068..bc0dff6e3e2 100644
--- a/x11/xcolorsel/patches/patch-ab
+++ b/x11/xcolorsel/patches/patch-ab
@@ -1,8 +1,13 @@
-$NetBSD: patch-ab,v 1.2 1998/08/07 11:18:21 agc Exp $
+$NetBSD: patch-ab,v 1.3 2007/07/31 09:57:04 joerg Exp $
---- RgbText.c.orig Tue Dec 13 23:13:27 1994
-+++ RgbText.c Wed Jul 15 10:01:15 1998
-@@ -83,7 +83,7 @@
+--- RgbText.c.orig 1994-12-13 22:13:27.000000000 +0000
++++ RgbText.c
+@@ -78,12 +78,11 @@
+ #include <stdlib.h>
+ /* And here we have a special gift for all SUN's outside >;-> */
+ #include <unistd.h>
+-#include <malloc.h>
+ #include <ctype.h>
#include <errno.h>
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
@@ -11,7 +16,7 @@ $NetBSD: patch-ab,v 1.2 1998/08/07 11:18:21 agc Exp $
#include "RgbTextP.h"
#include "RgbSinkP.h"
#include "RgbSrc.h"
-@@ -146,7 +146,7 @@
+@@ -146,7 +145,7 @@ static XtResource resources[] = {
{ XtNcolumns, XtCColumns, XtRDimension, sizeof(Dimension), offset(columns),
XtRString, (XtPointer) "30" },
{ XtNfile, XtCFile, XtRString, sizeof(String), offset(file),