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.