Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Fix oversight in slip softintr changes.
details: https://anonhg.NetBSD.org/src/rev/0c7e91da99c3
branches: trunk
changeset: 501956:0c7e91da99c3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jan 09 20:20:13 2001 +0000
description:
Fix oversight in slip softintr changes.
diffstat:
sys/net/netisr.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 45da39d9aa91 -r 0c7e91da99c3 sys/net/netisr.h
--- a/sys/net/netisr.h Tue Jan 09 19:47:27 2001 +0000
+++ b/sys/net/netisr.h Tue Jan 09 20:20:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netisr.h,v 1.24 2001/01/09 05:03:10 thorpej Exp $ */
+/* $NetBSD: netisr.h,v 1.25 2001/01/09 20:20:13 thorpej Exp $ */
/*
* Copyright (c) 1980, 1986, 1989, 1993
@@ -106,6 +106,9 @@
#ifdef NETATALK
#include <netatalk/at_extern.h>
#endif
+#if NSL > 0
+extern void slintr(void); /* XXX XXX XXX */
+#endif
#if NPPP > 0
#include <net/ppp_defs.h>
#include <net/if_ppp.h>
Home |
Main Index |
Thread Index |
Old Index