diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-05-14 02:02:57 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-05-14 02:02:57 +0000 |
commit | b969db78093b7ecbff89fd06edf87a66122de457 (patch) | |
tree | b51f8e8f971c9efecda3c6a7f5eac56cd081e995 /sys/netatalk | |
parent | 7a7d6d9132db71b6d20affe529c5d103faf0c083 (diff) |
move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.
deraadt ok
Diffstat (limited to 'sys/netatalk')
-rw-r--r-- | sys/netatalk/at.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h index 224a0c6ff52..b0a42d41135 100644 --- a/sys/netatalk/at.h +++ b/sys/netatalk/at.h @@ -1,4 +1,4 @@ -/* $OpenBSD: at.h,v 1.2 1997/09/06 14:49:02 deraadt Exp $ */ +/* $OpenBSD: at.h,v 1.3 2003/05/14 02:02:55 itojun Exp $ */ /* * Copyright (c) 1990,1991 Regents of The University of Michigan. @@ -77,13 +77,7 @@ #define ATPROTO_DDP 0 #define ATPROTO_AARP 254 -/* - * Ethernet types, for DIX. - * These should really be in some global header file, but we can't - * count on them being there, and it's annoying to patch system files. - */ -#define ETHERTYPE_AT 0x809B /* AppleTalk protocol */ -#define ETHERTYPE_AARP 0x80F3 /* AppleTalk ARP */ +#include <net/ethertypes.h> #define DDP_MAXSZ 587 |