1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Kill another bogus inclusion of <netinet/if_ether.h>.

This commit is contained in:
Garrett Wollman 1997-01-05 18:14:12 +00:00
parent 64cf8d66e2
commit ca6642fc76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21344

View File

@ -37,7 +37,7 @@ struct rtentry;
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <net/ethernet.h>
#include <stdio.h>