summaryrefslogtreecommitdiff
path: root/inet/ether_hton.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet/ether_hton.c')
-rw-r--r--inet/ether_hton.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/inet/ether_hton.c b/inet/ether_hton.c
index 8a1325b728..66ec866780 100644
--- a/inet/ether_hton.c
+++ b/inet/ether_hton.c
@@ -24,16 +24,6 @@
#include "../nss/nsswitch.h"
-/* Because the `ethers' lookup does not fit so well in the scheme so
- we define a dummy struct here which helps us to use the available
- functions. */
-struct etherent
-{
- const char *e_name;
- struct ether_addr e_addr;
-};
-
-
/* Type of the lookup function we need here. */
typedef int (*lookup_function) (const char *, struct etherent *, char *, int,
int *);