From 5c7fbfa614a83f7fb195f00cb7b0453121724d7f Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 8 Dec 2011 12:16:02 +0100 Subject: [PATCH] utils: resync NETLINK_DECT with kernel headers Signed-off-by: Patrick McHardy --- include/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils.h b/include/utils.h index a308d12..518ba1a 100644 --- a/include/utils.h +++ b/include/utils.h @@ -12,7 +12,7 @@ #define SOL_DECT 280 #endif #ifndef NETLINK_DECT -#define NETLINK_DECT 21 +#define NETLINK_DECT 22 #endif #define __init __attribute__((constructor))