include: nuttx: Re-allocate SIOCDENYINETSOCK

The SIOCDENYINETSOCK definition is duplicate with SIOCSIFMTU.
So, re-allocate SIOCDENYINETSOCK command number.
This commit is contained in:
SPRESENSE
2023-06-27 11:23:59 +09:00
committed by Xiang Xiao
parent 1aa42cc7d2
commit a1f26ab24b
+1 -1
View File
@@ -125,7 +125,7 @@
/* Network socket control ***************************************************/
#define SIOCDENYINETSOCK _SIOC(0x0033) /* Deny network socket. */
#define SIOCDENYINETSOCK _SIOC(0x003C) /* Deny network socket. */
/* Bridge calls *************************************************************/