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

Modified Files:
	src/regress/lib/libpthread/sigmask2: sigmask2.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.1 -r1.2 src/regress/lib/libpthread/sigmask2/sigmask2.c

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