Fixed compilation for LWIP_DNS==1 after changing sys layer

This commit is contained in:
goldsimon
2010-02-13 15:43:19 +00:00
parent 7ccf8cb731
commit 0f05a6aede
3 changed files with 9 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ struct dns_api_msg {
ip_addr_t *addr;
/** This semaphore is posted when the name is resolved, the application thread
should wait on it. */
sys_sem_t sem;
sys_sem_t *sem;
/** Errors are given back here */
err_t *err;
};