Subject: CVS commit: src/sbin/disklabel
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 08/27/2005 22:38:02
Module Name:	src
Committed By:	uwe
Date:		Sat Aug 27 22:38:02 UTC 2005

Modified Files:
	src/sbin/disklabel: printlabel.c

Log Message:
Define PRIu32 in host environments that don't have it defined.
Define it to "d", as we are unlikely to support hosts where int is
smaller than 32 bits anyway :).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sbin/disklabel/printlabel.c

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