summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/netisr.h3
-rw-r--r--sys/net/netisr_dispatch.h5
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 163c50db263..856d9ebb7d7 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netisr.h,v 1.24 2007/05/28 08:48:15 mcbride Exp $ */
+/* $OpenBSD: netisr.h,v 1.25 2007/05/29 05:43:22 claudio Exp $ */
/* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */
/*
@@ -54,7 +54,6 @@
*/
#define NETISR_RND 1
#define NETISR_IP 2 /* same as AF_INET */
-#define NETISR_IMP 3 /* same as AF_IMPLINK */
#define NETISR_ATALK 16 /* same as AF_APPLETALK */
#define NETISR_ARP 18 /* same as AF_LINK */
#define NETISR_IPX 23 /* same as AF_IPX */
diff --git a/sys/net/netisr_dispatch.h b/sys/net/netisr_dispatch.h
index b314a7443db..44ac48c395d 100644
--- a/sys/net/netisr_dispatch.h
+++ b/sys/net/netisr_dispatch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netisr_dispatch.h,v 1.11 2007/05/28 08:48:15 mcbride Exp $ */
+/* $OpenBSD: netisr_dispatch.h,v 1.12 2007/05/29 05:43:22 claudio 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 IMP
- DONETISR(NETISR_IMP,impintr);
-#endif
#ifdef IPX
DONETISR(NETISR_IPX,ipxintr);
#endif