diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-10 10:53:40 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-10 10:57:51 +0100 |
commit | f16aff4d11f818950a5db123e6c4674566ae34c2 (patch) | |
tree | ec184e341df07143212d1a08bee77ba0feb7633a | |
parent | 65ff61bb7bcd35e3922a684c068289ccbcea32d7 (diff) |
remove definitions of ETHERMTU and ETHERMIN
* device/if_ether.h (ETHERMTU, ETHERMIN): Remove unused definitions.
-rw-r--r-- | device/if_ether.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/device/if_ether.h b/device/if_ether.h index 2ac938e..dbdd818 100644 --- a/device/if_ether.h +++ b/device/if_ether.h @@ -45,9 +45,6 @@ struct ether_header { u_short ether_type; }; -#define ETHERMTU 1500 -#define ETHERMIN (60-14) - #ifdef KERNEL u_char etherbroadcastaddr[6]; |