Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add prototype for ip6intr (not tested).



details:   https://anonhg.NetBSD.org/src/rev/7da6a210c323
branches:  trunk
changeset: 483933:7da6a210c323
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Mar 21 04:42:57 2000 +0000

description:
add prototype for ip6intr (not tested).

diffstat:

 sys/arch/evbsh3/evbsh3/shb.c |  6 +++++-
 sys/arch/mmeye/mmeye/shb.c   |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 3ce76d216a1d -r 7da6a210c323 sys/arch/evbsh3/evbsh3/shb.c
--- a/sys/arch/evbsh3/evbsh3/shb.c      Tue Mar 21 04:23:22 2000 +0000
+++ b/sys/arch/evbsh3/evbsh3/shb.c      Tue Mar 21 04:42:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shb.c,v 1.8 2000/02/24 23:32:33 msaitoh Exp $  */
+/*     $NetBSD: shb.c,v 1.9 2000/03/21 04:42:57 itojun Exp $   */
 
 /*-
  * Copyright (c) 1993, 1994 Charles Hannum.  All rights reserved.
@@ -687,6 +687,10 @@
 void pppintr __P((void));
 #endif
 
+#ifdef INET6
+void ip6intr __P((void));
+#endif
+
 #ifdef NS
 void nsintr __P((void));
 #endif
diff -r 3ce76d216a1d -r 7da6a210c323 sys/arch/mmeye/mmeye/shb.c
--- a/sys/arch/mmeye/mmeye/shb.c        Tue Mar 21 04:23:22 2000 +0000
+++ b/sys/arch/mmeye/mmeye/shb.c        Tue Mar 21 04:42:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shb.c,v 1.4 2000/02/24 19:01:25 msaitoh Exp $  */
+/*     $NetBSD: shb.c,v 1.5 2000/03/21 04:42:58 itojun Exp $   */
 
 /*-
  * Copyright (c) 1993, 1994 Charles Hannum.  All rights reserved.
@@ -571,6 +571,10 @@
 void pppintr __P((void));
 #endif
 
+#ifdef INET6
+void ip6intr __P((void));
+#endif
+
 #ifdef NS
 void nsintr __P((void));
 #endif



Home | Main Index | Thread Index | Old Index