From c65d99084a5979a34ff3aa504135152b6b31b2bb Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 28 Feb 2008 09:56:28 +0000 Subject: Added support for ether_line, ether_ntohost and ether_hostton. Added related test cases. Signed-off-by: Matthew Wilcox Hacked-by: Carmelo Amoroso --- include/netinet/ether.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/netinet') diff --git a/include/netinet/ether.h b/include/netinet/ether.h index ca780e2d0..a16255037 100644 --- a/include/netinet/ether.h +++ b/include/netinet/ether.h @@ -25,6 +25,8 @@ /* Get definition of `struct ether_addr'. */ #include +#define ETHER_FILE_NAME "/etc/ethers" + __BEGIN_DECLS /* Convert 48 bit Ethernet ADDRess to ASCII. */ -- cgit v1.2.3