diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-03-22 01:25:43 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-03-22 01:25:43 +0000 |
commit | 417e896f0acc358ce63973d6298d26d551e9a868 (patch) | |
tree | 5dace71917da1be13a5a851a95fca660930d02c4 /src/proto | |
parent | 1c7c24f21f05970d0c70ec88b179cb8907963613 (diff) | |
download | ipxe-417e896f0acc358ce63973d6298d26d551e9a868.tar.gz |
Remove htons(); it is provided elsewhere in Etherboot
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/uip/uip.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/proto/uip/uip.c b/src/proto/uip/uip.c index 43aee944..287362c2 100644 --- a/src/proto/uip/uip.c +++ b/src/proto/uip/uip.c @@ -1494,11 +1494,4 @@ uip_process(u8_t flag) uip_len = 0; return; } -/*-----------------------------------------------------------------------------------*/ -u16_t -htons(u16_t val) -{ - return HTONS(val); -} -/*-----------------------------------------------------------------------------------*/ /** @} */ |