http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7c24f
)
Remove htons(); it is provided elsewhere in Etherboot
author
Michael Brown
<mcb30@etherboot.org>
Wed, 22 Mar 2006 01:25:43 +0000
(
01:25
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 22 Mar 2006 01:25:43 +0000
(
01:25
+0000)
src/proto/uip/uip.c
patch
|
blob
|
history
diff --git
a/src/proto/uip/uip.c
b/src/proto/uip/uip.c
index
43aee94
..
287362c
100644
(file)
--- 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);
-}
-/*-----------------------------------------------------------------------------------*/
/** @} */