K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-30T13:51:27.507806Z K 7 svn:log V 340 Fix the signature of the psignal() function. POSIX 2008 added the psignal() function which has already been part of the BSDs for a long time. The only difference is, the POSIX version uses an 'int' for the signal number, unlike our version which uses an 'unsigned int'. Fix up the function to use an 'int'. This should not affect the ABI. END