Subject: CVS commit: src/regress/lib/libpthread/sigmask3
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/05/2005 14:35:57
Module Name:	src
Committed By:	he
Date:		Sat Mar  5 14:35:57 UTC 2005

Modified Files:
	src/regress/lib/libpthread/sigmask3: sigmask3.c

Log Message:
sig_atomic_t isn't necessarily compatible with the %d printf format,
so cast to int before printing.  The value appears to be either 1 or 2,
so no information should be lost this way.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/regress/lib/libpthread/sigmask3/sigmask3.c

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