Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/10/1998 09:41:04
Module Name:	src
Committed By:	mycroft
Date:		Thu Dec 10 17:41:03 UTC 1998

Modified Files:
	src/sys/sys: signal.h
Log Message:
Actually use `unsigned int'.  Not only is the word size not relevant, but
using anything other than an int for a shift count is actually not portable
ANSI C.