diff options
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r-- | sys/net/netisr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index a2e63de..5dd3607 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -54,7 +54,6 @@ */ #define NETISR_POLL 0 /* polling callback, must be first */ #define NETISR_IP 2 /* same as AF_INET */ -#define NETISR_NS 6 /* same as AF_NS */ #define NETISR_AARP 15 /* Appletalk ARP */ #define NETISR_ATALK2 16 /* Appletalk phase 2 */ #define NETISR_ATALK1 17 /* Appletalk phase 1 */ |