Sign in
akaros
/
upstream
/
f29e71bb4424ea9e1a3cfccd4985e18fd23e42b9
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
ether_ntoh.c
blob: c566e5635c1967cc83e9db28cccb17465d0ccfb6 [
file
] [
log
] [
blame
]
#include
<errno.h>
#include
<netinet/ether.h>
#include
<netinet/if_ether.h>
#include
<string.h>
int
ether_ntohost
(
char
*
hostname
,
const
struct
ether_addr
*
addr
)
{
return
0
;
}
stub_warning
(
ether_ntohost
);