mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
Correct and standardize some naming used in the previous commits.
This commit is contained in:
@@ -77,7 +77,7 @@ int netlib_set_ipv4addr(FAR const char *ifname, FAR const struct in_addr *addr)
|
||||
|
||||
if (ifname && addr)
|
||||
{
|
||||
int sockfd = socket(PF_INET, NETLIB_SOCK_IOCTL, 0);
|
||||
int sockfd = socket(PF_INET, NETLIB_SOCK_TYPE, 0);
|
||||
if (sockfd >= 0)
|
||||
{
|
||||
FAR struct sockaddr_in *inaddr;
|
||||
|
Reference in New Issue
Block a user