summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/intr.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-07-09 18:55:23 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-07-09 18:55:23 +0000
commit7548c55007e361b876e5d71a16ace1c37d7baa68 (patch)
treebcd6f00aed694340890f1a3c094628dcb14e3a10 /sys/arch/alpha/include/intr.h
parente4937de5d9fdf39c64afccf2f9f0a5884fdd8dbe (diff)
Make quad types on alpha be "long long" not "long". This means that
printf's "%lld" can be used with a quad_t or int64_t without a bogus cast.
Diffstat (limited to 'sys/arch/alpha/include/intr.h')
-rw-r--r--sys/arch/alpha/include/intr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/intr.h b/sys/arch/alpha/include/intr.h
index 1135b7bdc12..6fb510601a2 100644
--- a/sys/arch/alpha/include/intr.h
+++ b/sys/arch/alpha/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.10 2001/06/24 17:05:26 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.11 2001/07/09 18:55:22 millert Exp $ */
/* $NetBSD: intr.h,v 1.25 2000/05/23 05:12:56 thorpej Exp $ */
/*
@@ -84,7 +84,7 @@ _splraise(s)
/*
* simulated software interrupt register
*/
-extern u_int64_t ssir;
+extern u_long ssir;
#define SIR_NET 0x1
#define SIR_CLOCK 0x2