Networking: Fix some compilation issues noted with network is build with CONFIG_BUILD_KERNEL

This commit is contained in:
Gregory Nutt
2015-07-05 11:18:56 -06:00
parent d8d4ab8c10
commit fca919f3d2
16 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ static void _net_takesem(void)
* awakened by a signal.
*/
ASSERT(errno == EINTR);
ASSERT(get_errno() == EINTR);
}
}