2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>

* libmisc/dummy/dummy.c: Add missing initializers.
	* score/src/threadinitialize.c: Change type of loop counter.
This commit is contained in:
Joel Sherrill
2008-08-20 22:24:09 +00:00
parent ccec63e98d
commit aa4a3f1ac4
3 changed files with 10 additions and 2 deletions

View File

@@ -64,8 +64,11 @@ int main( int, char **, char **);
"127.0.0.1", /* Log host */
{"127.0.0.1" }, /* Name server(s) */
{"127.0.0.1" }, /* NTP server(s) */
NULL, /* hardware address */
1, /* sb_efficiency */
0, /* udp_tx_buf_size */
0, /* udp_rx_buf_size */
0, /* tcp_tx_buf_size */
0 /* tcp_rx_buf_size */
};
#endif