diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
commit | ec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch) | |
tree | 6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/alpha/dev | |
parent | 4d43a30e19552e765939f83669683438cf31eac4 (diff) |
cold is in systm now
Diffstat (limited to 'sys/arch/alpha/dev')
-rw-r--r-- | sys/arch/alpha/dev/shared_intr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/dev/shared_intr.c b/sys/arch/alpha/dev/shared_intr.c index c6b847c3b26..d5348dbf9e0 100644 --- a/sys/arch/alpha/dev/shared_intr.c +++ b/sys/arch/alpha/dev/shared_intr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: shared_intr.c,v 1.9 2000/11/08 21:27:13 ericj Exp $ */ +/* $OpenBSD: shared_intr.c,v 1.10 2001/06/25 00:43:07 mickey Exp $ */ /* $NetBSD: shared_intr.c,v 1.13 2000/03/19 01:46:18 thorpej Exp $ */ /* @@ -43,8 +43,6 @@ static const char *intr_typename __P((int)); -extern int cold; - static const char * intr_typename(type) int type; |