diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-19 18:12:31 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-19 18:12:31 +0000 |
commit | f40416b64320c60dc8bb5471c04a65a8788387b5 (patch) | |
tree | 0b33251f0bcc489a6d804233042801ea83f764d1 /sys/net/netisr.h | |
parent | 7c4cfc5c047725e6c4c20e9adaa1ef4e70ff68d1 (diff) |
According to the latest config stuff changes (as for if_ppp.c).
the other stuff is just for IPX support.
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r-- | sys/net/netisr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 32db862d910..27186a54c4a 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -59,6 +59,7 @@ #define NETISR_ISO 7 /* same as AF_ISO */ #define NETISR_CCITT 10 /* same as AF_CCITT */ #define NETISR_ARP 18 /* same as AF_LINK */ +#define NETISR_IPX 23 /* same as AF_IPX */ #define NETISR_PPP 26 /* for PPP processing */ #ifndef _LOCORE |