diff options
Diffstat (limited to 'device/if_ether.h')
-rw-r--r-- | device/if_ether.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/device/if_ether.h b/device/if_ether.h index dbdd8184..e368fbf6 100644 --- a/device/if_ether.h +++ b/device/if_ether.h @@ -46,8 +46,6 @@ struct ether_header { }; #ifdef KERNEL -u_char etherbroadcastaddr[6]; - extern char * ether_sprintf(u_char *); #endif /* KERNEL */ |