Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 04/20/2007 14:22:27
Module Name:	src
Committed By:	joerg
Date:		Fri Apr 20 14:22:26 UTC 2007

Modified Files:
	src/usr.sbin/pkg_install/add: perform.c
	src/usr.sbin/pkg_install/info: show.c
	src/usr.sbin/pkg_install/lib: defs.h

Log Message:
To avoid the defs.h to disappear again, change users of PRIu64 to
MY_PRIu64 and define that to PRIu64 by default.


To generate a diff of this commit:
cvs rdiff -r1.123 -r1.124 src/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.35 -r1.36 src/usr.sbin/pkg_install/info/show.c
cvs rdiff -r1.3 -r1.4 src/usr.sbin/pkg_install/lib/defs.h

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