Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/07/2000 05:03:25
Module Name:	pkgsrc
Committed By:	tv
Date:		Sat Oct  7 02:03:25 UTC 2000

Added Files:
	pkgsrc/textproc/sp/patches: patch-ab patch-ac patch-ad

Log Message:
Add fix for alpha; explicitly instantiate Vector<size_t>, as size_t is
"unsigned long" on alpha.  Nuke instantiation of Vector<unsigned int>
and finish the halfassed LP64 fix that's already here by changing a
Vector<unsigned int> to Vector<size_t> in the code.
NOT TESTED but appears to fix the problem for alpha; tested not to cause
problems on i386.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/textproc/sp/patches/patch-ab \
    pkgsrc/textproc/sp/patches/patch-ac pkgsrc/textproc/sp/patches/patch-ad

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