Subject: CVS commit: src/sys/lib/libsa
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/27/2006 01:53:13
Module Name:	src
Committed By:	uwe
Date:		Fri Jan 27 01:53:13 UTC 2006

Modified Files:
	src/sys/lib/libsa: subr_prf.c

Log Message:
Support 'z' (size_t) and 't' (ptrdiff_t) specifiers.

XXX: ptrdiff_t is only ever defined in <stddef.h> and is defined
unconditionally, without the ifndef dance.  Until we have an expert
opinion, abuse intptr_t for the 't' size check.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/lib/libsa/subr_prf.c

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