summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-12-08 12:16:02 +0100
committerPatrick McHardy <kaber@trash.net>2011-12-08 12:16:02 +0100
commit5c7fbfa614a83f7fb195f00cb7b0453121724d7f (patch)
tree11f22881afd8ceeee4a45348697b2f42893e560f /include
parentc2ac87a9bd3bf165fd5e38ca1d4d9b8f54591e65 (diff)
utils: resync NETLINK_DECT with kernel headers
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/utils.h2
1 files changed, 1 insertions, 1 deletions
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))