Browse Source

Remove htons(); it is provided elsewhere in Etherboot

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
417e896f0a
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/proto/uip/uip.c

+ 0
- 7
src/proto/uip/uip.c View File

@@ -1494,11 +1494,4 @@ uip_process(u8_t flag)
1494 1494
   uip_len = 0;
1495 1495
   return;
1496 1496
 }
1497
-/*-----------------------------------------------------------------------------------*/
1498
-u16_t
1499
-htons(u16_t val)
1500
-{
1501
-  return HTONS(val);
1502
-}
1503
-/*-----------------------------------------------------------------------------------*/
1504 1497
 /** @} */

Loading…
Cancel
Save