anchao commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1331497534
########## include/nuttx/net/ioctl.h: ########## @@ -125,7 +125,7 @@ /* Network socket control ***************************************************/ -#define SIOCDENYINETSOCK _SIOC(0x0033) /* Deny network socket. */ +#define SIOCDENYINETSOCK _SIOC(0x0036) /* Deny network socket. */ Review Comment: duplicate with line 132: `#define SIOCBRADDBR _SIOC(0x0036) /* Create new bridge device */` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org