diff options
Diffstat (limited to 'device/if_ether.h')
-rw-r--r-- | device/if_ether.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/device/if_ether.h b/device/if_ether.h index 2ac938e2..91d4d9a6 100644 --- a/device/if_ether.h +++ b/device/if_ether.h @@ -45,13 +45,8 @@ struct ether_header { u_short ether_type; }; -#define ETHERMTU 1500 -#define ETHERMIN (60-14) - #ifdef KERNEL -u_char etherbroadcastaddr[6]; - -extern char * ether_sprintf(u_char *); +extern char * ether_sprintf(const u_char *); #endif /* KERNEL */ #endif /*_DEVICE_IF_ETHER_H_*/ |