Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/isa Fix IPv6 software interrupt vector label.



details:   https://anonhg.NetBSD.org/src/rev/807dfc41e7f6
branches:  trunk
changeset: 474232:807dfc41e7f6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jul 01 22:03:38 1999 +0000

description:
Fix IPv6 software interrupt vector label.

diffstat:

 sys/arch/i386/isa/icu.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc90611b7200 -r 807dfc41e7f6 sys/arch/i386/isa/icu.s
--- a/sys/arch/i386/isa/icu.s   Thu Jul 01 20:55:03 1999 +0000
+++ b/sys/arch/i386/isa/icu.s   Thu Jul 01 22:03:38 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: icu.s,v 1.60 1999/06/28 08:20:44 itojun Exp $  */
+/*     $NetBSD: icu.s,v 1.61 1999/07/01 22:03:38 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -170,7 +170,7 @@
        DONET(NETISR_IP, _C_LABEL(ipintr))
 #endif
 #ifdef INET6
-       DONET(NETISR_IPV6, _ip6intr)
+       DONET(NETISR_IPV6, _C_LABEL(ip6intr))
 #endif
 #ifdef IMP
        DONET(NETISR_IMP, _C_LABEL(impintr))



Home | Main Index | Thread Index | Old Index