Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Bernd Ernesti <veego@netbsd.org>
List: source-changes
Date: 12/27/1998 04:03:44
Module Name:	xsrc
Committed By:	veego
Date:		Sun Dec 27 12:03:44 UTC 1998

Modified Files:
	xsrc/xc/programs/xdm: dm.c
Log Message:
Fix the xdm patch of xsrc/6282 from Matthieu Herrb:
- with recent signal changes, sigset_t is not an integral type
anymore, so it can't be casted to an int for printf().