diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-09 04:01:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-09 04:01:31 +0000 |
commit | 8ddba513b51ae5177be3a8391f54aad04cbc1b32 (patch) | |
tree | 9dde85ba772a9417c6a50b9aabb5b10570551247 /sys/net/netisr.h | |
parent | 2afba9ab3b6d4b3c8d01c5ede9c7f6c840faa3bc (diff) |
remove more atalk bits
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r-- | sys/net/netisr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 9508a056d35..849ab396359 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netisr.h,v 1.35 2010/12/21 14:56:24 claudio Exp $ */ +/* $OpenBSD: netisr.h,v 1.36 2011/07/09 04:01:30 deraadt Exp $ */ /* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */ /* @@ -54,7 +54,6 @@ #define NETISR_TX 3 /* for if_snd processing */ #define NETISR_MPLS 4 /* AF_MPLS would overflow */ #define NETISR_PFSYNC 5 /* for pfsync "immediate" tx */ -#define NETISR_ATALK 16 /* same as AF_APPLETALK */ #define NETISR_ARP 18 /* same as AF_LINK */ #define NETISR_IPV6 24 /* same as AF_INET6 */ #define NETISR_ISDN 26 /* same as AF_E164 */ |