summaryrefslogtreecommitdiff
path: root/sys/net/netisr_dispatch.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2007-06-06 10:04:37 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2007-06-06 10:04:37 +0000
commit397bb4efff5f5ce0ddfbc4df19df010a55f83fd3 (patch)
treefbe0d679ed017f111393d7a75b6a59b2a2ab36c1 /sys/net/netisr_dispatch.h
parente1751a5b2fbccb22b93c8e619d13b264be75364f (diff)
remove remaining IPX hooks. all inside #ifdef IPX, so no actual change
Diffstat (limited to 'sys/net/netisr_dispatch.h')
-rw-r--r--sys/net/netisr_dispatch.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/netisr_dispatch.h b/sys/net/netisr_dispatch.h
index 44ac48c395d..3269806eaac 100644
--- a/sys/net/netisr_dispatch.h
+++ b/sys/net/netisr_dispatch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netisr_dispatch.h,v 1.12 2007/05/29 05:43:22 claudio Exp $ */
+/* $OpenBSD: netisr_dispatch.h,v 1.13 2007/06/06 10:04:36 henning Exp $ */
/* $NetBSD: netisr_dispatch.h,v 1.2 2000/07/02 04:40:47 cgd Exp $ */
/*
@@ -48,9 +48,6 @@
#ifdef NETATALK
DONETISR(NETISR_ATALK,atintr);
#endif
-#ifdef IPX
- DONETISR(NETISR_IPX,ipxintr);
-#endif
#if NATM > 0
DONETISR(NETISR_NATM,natmintr);
#endif