diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index 50199c0dbc9..3b93560c1c0 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.20 2000/06/08 22:25:19 niklas Exp $ */ +/* $OpenBSD: trap.c,v 1.21 2000/07/05 22:20:02 mickey Exp $ */ /* * Copyright (c) 1998-2000 Michael Shalayeff @@ -454,7 +454,7 @@ return; #endif #include "bridge.h" #if NBRIDGE > 0 - DONET(NETISR_BRIDGE, bridgeintr) + DONET(NETISR_BRIDGE, bridgeintr); #endif } splx(s); |