diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-08 15:58:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-08 15:58:28 +0000 |
commit | 0a2a8fae9c4723a8c1b53befe47bec0319a71d41 (patch) | |
tree | 02ea0ed05d6869ce0780b0721de8630fd6675acd | |
parent | cf98b6e1992e9eb8bd7089d134db3aa09f6257c5 (diff) |
s/ipv6intr/ip6intr/
-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 95e5c9b5673..b1ac011984c 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.11 1999/11/25 18:36:29 mickey Exp $ */ +/* $OpenBSD: trap.c,v 1.12 1999/12/08 15:58:27 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -369,7 +369,7 @@ return; DONET(NETISR_IP, ipintr); #endif #ifdef INET6 - DONET(NETISR_IPV6, ipv6intr); + DONET(NETISR_IPV6, ip6intr); #endif #ifdef NETATALK DONET(NETISR_ATALK, atintr); |