summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1996-03-11 02:21:42 +0000
committerhsu <hsu@FreeBSD.org>1996-03-11 02:21:42 +0000
commit9db657649cce429fec702c976c1788fb8e47b75d (patch)
tree9f9b956689dff01e40aa7891450a782d147d94de /sys/amd64
parent04b13a4ef1143de00398fbb221348b2695bbd481 (diff)
downloadFreeBSD-src-9db657649cce429fec702c976c1788fb8e47b75d.zip
FreeBSD-src-9db657649cce429fec702c976c1788fb8e47b75d.tar.gz
Change type of code argument to sendsig from unsigned to u_long to make it
consistent w/ signalvar.h and kern_sig.c. Reviewed by: davidg & bde
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 542c066..014d3fb 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.176 1996/03/02 19:37:39 peter Exp $
+ * $Id: machdep.c,v 1.177 1996/03/03 01:57:43 jkh Exp $
*/
#include "npx.h"
@@ -666,7 +666,7 @@ void
sendsig(catcher, sig, mask, code)
sig_t catcher;
int sig, mask;
- unsigned code;
+ u_long code;
{
register struct proc *p = curproc;
register int *regs;
OpenPOWER on IntegriCloud