Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/10/2006 04:25:30
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed May 10 04:25:30 UTC 2006

Modified Files:
	pkgsrc/pkgtools/pkg_install/files/add: perform.c
	pkgsrc/pkgtools/pkg_install/files/info: show.c

Log Message:
Make pkg_install build on platforms that don't define the PRIu64 integer
format modifier.  We include "defs.h" in the files that use PRIu64 as
that is the header that contains stand-in definition.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/pkgtools/pkg_install/files/add/perform.c
cvs rdiff -r1.10 -r1.11 pkgsrc/pkgtools/pkg_install/files/info/show.c

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