Subject: CVS commit: pkgsrc/sysutils/libgtop2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 04/12/2004 15:53:42
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Mon Apr 12 15:53:42 UTC 2004

Modified Files:
	pkgsrc/sysutils/libgtop2: Makefile distinfo
Added Files:
	pkgsrc/sysutils/libgtop2/patches: patch-ab

Log Message:
Fix argument passing between the library and the server as the code can't
rely on how the compiler passes parameters to functions.  This hopefully
solves several problems: in concrete, one exposed by gnome-system-monitor
when selecting the "My Processes" view (as the function returing the list
takes two arguments, and the second one was beeing passed incorrectly).
Bump PKGREVISION to 1.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/libgtop2/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/libgtop2/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/libgtop2/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.