Skip to content

Commit

Permalink
uapi/evl: net: realign AF_OOB value with linux/socket.h
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Gerum <[email protected]>
  • Loading branch information
pgerum committed Nov 18, 2024
1 parent 6b4530c commit 1072dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/evl/net/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <uapi/evl/types.h>
#include <uapi/evl/fcntl.h>

#define AF_OOB 45 /* Out-of-band domain sockets */
#define AF_OOB 46 /* Out-of-band domain sockets */

#define SOCK_OOB O_OOB /* Request out-of-band capabilities */

Expand Down

0 comments on commit 1072dc6

Please sign in to comment.