Subject: CVS commit: pkgsrc/devel/glib2
To: None <pkgsrc-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: pkgsrc-changes
Date: 11/11/2003 13:39:09
Module Name:	pkgsrc
Committed By:	fvdl
Date:		Tue Nov 11 13:39:09 UTC 2003

Modified Files:
	pkgsrc/devel/glib2: distinfo
	pkgsrc/devel/glib2/patches: patch-aa patch-ab patch-ac patch-ad

Log Message:
For the 'trio' varargs functions, don't pass a reference to a va_list
argument to the level below; it's not portable. Use va_copy to
create a new copy, and pass a reference to that instead.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/glib2/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/glib2/patches/patch-aa
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/glib2/patches/patch-ab \
    pkgsrc/devel/glib2/patches/patch-ac pkgsrc/devel/glib2/patches/patch-ad

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