pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xuvmstat Declare exp static to make this comp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90c00828fa6a
branches:  trunk
changeset: 459760:90c00828fa6a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 06 06:23:29 2003 +0000

description:
Declare exp static to make this compile with gcc-3.3.1.
>From Anders Hjalmarsson in PR 22370.

diffstat:

 sysutils/xuvmstat/distinfo         |   3 ++-
 sysutils/xuvmstat/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 4e9e5194915b -r 90c00828fa6a sysutils/xuvmstat/distinfo
--- a/sysutils/xuvmstat/distinfo        Wed Aug 06 04:20:36 2003 +0000
+++ b/sysutils/xuvmstat/distinfo        Wed Aug 06 06:23:29 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:29:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/08/06 06:23:29 wiz Exp $
 
 SHA1 (xuvmstat20010220.tar.gz) = bc9974355212bb4d0b831f5c755b0de6c2cf5968
 Size (xuvmstat20010220.tar.gz) = 7513 bytes
+SHA1 (patch-aa) = e532431e01adde4c414c561f04e5f626aba21756
diff -r 4e9e5194915b -r 90c00828fa6a sysutils/xuvmstat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xuvmstat/patches/patch-aa        Wed Aug 06 06:23:29 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2003/08/06 06:23:29 wiz Exp $
+
+--- xuvmstat.c.orig    Tue Feb 20 15:40:49 2001
++++ xuvmstat.c
+@@ -46,7 +46,7 @@ void redraw __P((struct xdpy *, Window, 
+ 
+ u_long black, white, red, green, blue, magenta, orange, purple;
+ XFontStruct *fnt_fixed, *fnt_8x13bold;
+-struct uvmexp exp, oexp;
++static struct uvmexp exp, oexp;
+ struct timeval tv, otv;
+ struct graph *gp_faults, *gp_traps, *gp_intrs, *gp_ctx;
+ 



Home | Main Index | Thread Index | Old Index