david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove htons(); it is provided elsewhere in Etherboot

This commit is contained in:
Michael Brown 2006-03-22 01:25:43 +00:00
parent 1c7c24f21f
commit 417e896f0a
1 changed files with 0 additions and 7 deletions

View File

@ -1494,11 +1494,4 @@ uip_process(u8_t flag)
uip_len = 0;
return;
}
/*-----------------------------------------------------------------------------------*/
u16_t
htons(u16_t val)
{
return HTONS(val);
}
/*-----------------------------------------------------------------------------------*/
/** @} */