Adjusted RTOS-32 port for common demo programs.

This commit is contained in:
skarg
2006-02-05 03:02:49 +00:00
parent 2c269a7def
commit 89e1d3cd70
4 changed files with 203 additions and 213 deletions
+5
View File
@@ -43,6 +43,11 @@
#include "bip.h"
#include "net.h"
void bip_set_interface(char *ifname)
{
/*dummy function - to make the demos compile easier */
}
/* To fill a need, we invent the gethostaddr() function. */
static long gethostaddr(void)
{