diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-23 10:44:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-09-23 10:44:11 +0000 |
commit | e95b039cd2483417fc7708e93a6fe99394d038d6 (patch) | |
tree | 7867b7990665234b87d9412c0fcb2f37e093842f | |
parent | 1e51c151caf32fd6e6dffda729bde6d2a0b7da44 (diff) |
ipxintr was missing
-rw-r--r-- | sys/net/netisr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 69bffdf8987..56179b3adbf 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netisr.h,v 1.15 2000/11/08 13:23:40 art Exp $ */ +/* $OpenBSD: netisr.h,v 1.16 2001/09/23 10:44:10 mickey Exp $ */ /* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */ /* @@ -79,6 +79,7 @@ void ipintr __P((void)); void ip6intr __P((void)); void atintr __P((void)); void nsintr __P((void)); +void ipxintr __P((void)); void clnlintr __P((void)); void natmintr __P((void)); void pppintr __P((void)); |