diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-07-03 02:35:24 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-07-03 02:35:24 +0000 |
commit | e886530feffe2797b74c149e676ce5d5530b68eb (patch) | |
tree | a7e74149abe41763c0fb1d26f1f13f9ffc0505ca | |
parent | bdac43579cc8dcc1573c8b27347d11d4b5ab3d06 (diff) |
renumber to avoid conflict with freebsd
-rw-r--r-- | sys/net/netisr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index c8126edd181..86c726907a5 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -60,8 +60,9 @@ #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_NATM 26 /* same as AF_ATM */ -#define NETISR_PPP 27 /* for PPP processing */ +#define NETISR_ISDN 26 /* same as AF_E164 */ +#define NETISR_NATM 27 /* same as AF_ATM */ +#define NETISR_PPP 28 /* for PPP processing */ #ifndef _LOCORE #ifdef _KERNEL |