Files
pkgsrc-ng/sysutils/xuvmstat/patches/patch-ad
2013-09-26 17:14:40 +02:00

22 lines
424 B
Plaintext

$NetBSD: patch-ad,v 1.2 2011/09/29 21:00:19 wiz Exp $
--- libcdcx.c.orig 2005-09-09 13:38:48.000000000 +0000
+++ libcdcx.c
@@ -31,6 +31,7 @@
*/
+#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -285,7 +286,7 @@ struct graph *create_graph(nlines, title
int nlines;
char *title;
char **names;
-int **before, **after;
+int64_t **before, **after;
u_long *colors;
u_long backcolor;