mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
include: nuttx: Re-allocate SIOCDENYINETSOCK
The SIOCDENYINETSOCK definition is duplicate with SIOCSIFMTU. So, re-allocate SIOCDENYINETSOCK command number.
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
|
||||
/* Network socket control ***************************************************/
|
||||
|
||||
#define SIOCDENYINETSOCK _SIOC(0x0033) /* Deny network socket. */
|
||||
#define SIOCDENYINETSOCK _SIOC(0x003C) /* Deny network socket. */
|
||||
|
||||
/* Bridge calls *************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user