diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:16:04 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:16:04 +0000 |
commit | c5d125da5efc92f3f25a7345354e1de084632db1 (patch) | |
tree | c329fd1d0e49af76ed8f12a300462ebd02ba87f4 /sys | |
parent | afb9f2159fec33fb68ca2035c47aa4adfdde9ba4 (diff) |
fix ipv6 typo.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/powerpc/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c index 46e5db99be3..6bd87cf9ae5 100644 --- a/sys/arch/powerpc/powerpc/machdep.c +++ b/sys/arch/powerpc/powerpc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.29 1999/11/28 23:36:16 rahnds Exp $ */ +/* $OpenBSD: machdep.c,v 1.30 2000/01/14 05:16:03 rahnds Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -743,7 +743,7 @@ softnet(isr) #endif #ifdef INET6 if (isr & (1 << NETISR_IPV6)) - ipv6intr(); + ip6intr(); #endif #ifdef NETATALK if (isr & (1 << NETISR_ATALK)) |