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