summaryrefslogtreecommitdiff
path: root/sysutils/xuvmstat/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xuvmstat/patches/patch-ab')
-rw-r--r--sysutils/xuvmstat/patches/patch-ab22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/xuvmstat/patches/patch-ab b/sysutils/xuvmstat/patches/patch-ab
new file mode 100644
index 00000000000..f56cb8cae9f
--- /dev/null
+++ b/sysutils/xuvmstat/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.3 2006/11/10 10:07:20 martin Exp $
+
+--- libcdcx.h.orig 2005-09-09 15:38:48.000000000 +0200
++++ libcdcx.h 2006-11-10 11:01:26.000000000 +0100
+@@ -21,7 +21,7 @@
+ int nlines;
+ char *title;
+ char **names;
+- int **before, **after;
++ int64_t **before, **after;
+ u_long *colors;
+ u_long backcolor;
+ int nslot, ptr;
+@@ -36,7 +36,7 @@
+
+ u_long create_color __P((struct xdpy *, Colormap, char *, u_long));
+ XFontStruct *create_font __P((struct xdpy *, char *, char *));
+-struct graph *create_graph __P((int, char *, char **, int **, int **, u_long *,
++struct graph *create_graph __P((int, char *, char **, int64_t **, int64_t **, u_long *,
+ u_long));
+ int draw_barbox __P((struct xdpy *, Window, GC, XFontStruct *,
+ int, int, int, int, int, char **, u_long *, u_long *,