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
@@ -989,7 +989,7 @@ int netdev_ioctl(int sockfd, int cmd, unsigned long arg)
/* On failure, set the errno and return -1 */
errout:
errno = -ret;
set_errno(-ret);
return ERROR;
}