Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/net/etherent.h')
-rw-r--r--newlib/libc/sys/linux/net/etherent.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/sys/linux/net/etherent.h b/newlib/libc/sys/linux/net/etherent.h
deleted file mode 100644
index 95a58b48c..000000000
--- a/newlib/libc/sys/linux/net/etherent.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Because the `ethers' lookup does not fit so well in the scheme 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;
-};
-