完善路径

This commit is contained in:
zhangzheng
2025-03-02 23:50:14 +08:00
parent 6049dad2b1
commit c8a5262463
9 changed files with 32 additions and 11 deletions

View File

@@ -566,7 +566,7 @@ int net_socket(int domain, int type, int protocol)
{
case AF_INET:
case AF_INET6:
ret = ns_query("/net" /*FIXME:更改为宏*/, &hd, 1);
ret = ns_query_svr("/sys/net" /*FIXME:更改为宏*/, &hd, 1);
break;
default:
return -ENOSYS;