summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2012-08-22 13:33:34 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2012-08-22 13:33:34 +0000
commitb6760e90761466f79942e799accfb8a5734789e7 (patch)
tree6553ef83f1b48dcc9251167a7c8e3aab9183ad2b /sys/arch/solbourne
parentd41288b9ddbc27f5d8a52fb2d41840c663dcf0d5 (diff)
sigpid should be of type pid_t (only visable with DEBUG).
ok miod@ (who found others to fix as well)
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r--sys/arch/solbourne/solbourne/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/solbourne/solbourne/machdep.c b/sys/arch/solbourne/solbourne/machdep.c
index ca9b8b7f812..8a9b17f0fb1 100644
--- a/sys/arch/solbourne/solbourne/machdep.c
+++ b/sys/arch/solbourne/solbourne/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.22 2012/03/23 15:51:26 guenther Exp $ */
+/* $OpenBSD: machdep.c,v 1.23 2012/08/22 13:33:32 okan Exp $ */
/* OpenBSD: machdep.c,v 1.105 2005/04/11 15:13:01 deraadt Exp */
/*
@@ -274,7 +274,7 @@ setregs(p, pack, stack, retval)
#ifdef DEBUG
int sigdebug = 0;
-int sigpid = 0;
+pid_t sigpid = 0;
#define SDB_FOLLOW 0x01
#define SDB_KSTACK 0x02
#define SDB_FPSTATE 0x04