Skip to content

Commit

Permalink
include: nuttx: Re-allocate SIOCDENYINETSOCK
Browse files Browse the repository at this point in the history
The SIOCDENYINETSOCK definition is duplicate with SIOCSIFMTU.
So, re-allocate SIOCDENYINETSOCK command number.
  • Loading branch information
SPRESENSE committed Sep 20, 2023
1 parent 13f5912 commit c37a85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nuttx/net/ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

/* Network socket control ***************************************************/

#define SIOCDENYINETSOCK _SIOC(0x0033) /* Deny network socket. */
#define SIOCDENYINETSOCK _SIOC(0x0036) /* Deny network socket. */

/* Bridge calls *************************************************************/

Expand Down

0 comments on commit c37a85b

Please sign in to comment.