diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1996-05-24 01:35:45 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1996-05-24 01:35:45 +0000 |
| commit | 655929bfba213052c758d7792b6d58a581a901fd (patch) | |
| tree | ec6b23430d90949e7d850ac2f7bf6a9abf504900 /sys/net/netisr.h | |
| parent | f66e235a13a37e7383704c35a2d40cffc8c2b4e2 (diff) | |
Notes
Diffstat (limited to 'sys/net/netisr.h')
| -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 a326493e5fb0..5c9bd295cb21 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)netisr.h 8.1 (Berkeley) 6/10/93 - * $Id: netisr.h,v 1.7 1995/10/26 20:30:22 julian Exp $ + * $Id: netisr.h,v 1.8 1995/10/31 19:07:49 peter Exp $ */ #ifndef _NET_NETISR_H_ @@ -61,6 +61,7 @@ #define NETISR_NS 6 /* same as AF_NS */ #define NETISR_ISO 7 /* same as AF_ISO */ #define NETISR_CCITT 10 /* same as AF_CCITT */ +#define NETISR_ATALK 16 /* same as AF_APPLETALK */ #define NETISR_ARP 18 /* same as AF_LINK */ #define NETISR_IPX 23 /* same as AF_IPX */ #define NETISR_ISDN 26 /* same as AF_E164 */ |
