Skip to content

Commit 797ede6

Browse files
committed
Remove some ETHERTYPE_* definitions
It is a follow-up to commit e902b3e. [skip ci]
1 parent 98ec8d3 commit 797ede6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ethertype.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,6 @@
6161
#ifndef ETHERTYPE_REVARP
6262
#define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */
6363
#endif
64-
#ifndef ETHERTYPE_LANBRIDGE
65-
#define ETHERTYPE_LANBRIDGE 0x8038
66-
#endif
67-
#ifndef ETHERTYPE_DECDNS
68-
#define ETHERTYPE_DECDNS 0x803c
69-
#endif
70-
#ifndef ETHERTYPE_DECDTS
71-
#define ETHERTYPE_DECDTS 0x803e
72-
#endif
73-
#ifndef ETHERTYPE_VEXP
74-
#define ETHERTYPE_VEXP 0x805b
75-
#endif
76-
#ifndef ETHERTYPE_VPROD
77-
#define ETHERTYPE_VPROD 0x805c
78-
#endif
7964
#ifndef ETHERTYPE_ATALK
8065
#define ETHERTYPE_ATALK 0x809b
8166
#endif

0 commit comments

Comments
 (0)