summaryrefslogtreecommitdiff
path: root/sys/net/netisr.h
diff options
context:
space:
mode:
authordenny <denny@cvs.openbsd.org>1997-07-23 03:46:03 +0000
committerdenny <denny@cvs.openbsd.org>1997-07-23 03:46:03 +0000
commit0011836ca9d212c6e099771ce1ef1b83a7b087c7 (patch)
treec98e2c1ba106cc8f819eae3190dc22c5099aebf2 /sys/net/netisr.h
parentd5b5fef1bdafdd83fef5c12b6377d14969833223 (diff)
AppleTalk support based on netatalk-1.4a2 and FreeBSD.
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r--sys/net/netisr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index b1cd7e356d1..c1223868c2d 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netisr.h,v 1.9 1997/02/24 13:34:03 niklas Exp $ */
+/* $OpenBSD: netisr.h,v 1.10 1997/07/23 03:46:02 denny Exp $ */
/* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */
/*
@@ -59,6 +59,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 */