From 1072dc625e778b08fdd0c5cac1ff59eb1cd4a341 Mon Sep 17 00:00:00 2001 From: Philippe Gerum Date: Mon, 1 Nov 2021 12:21:00 +0100 Subject: [PATCH] uapi/evl: net: realign AF_OOB value with linux/socket.h Signed-off-by: Philippe Gerum --- include/uapi/evl/net/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/evl/net/socket.h b/include/uapi/evl/net/socket.h index 1117aa0167f801..aee01982c11dfe 100644 --- a/include/uapi/evl/net/socket.h +++ b/include/uapi/evl/net/socket.h @@ -10,7 +10,7 @@ #include #include -#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 */