dect
/
libdect
Archived
13
0
Fork 0

utils: resync value of NETLINK_DECT with 3.0.0-rc3

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-06-18 05:51:43 +02:00
parent 7e73e6223d
commit 85d1fb46c5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#define SOL_DECT 280
#endif
#ifndef NETLINK_DECT
#define NETLINK_DECT 20
#define NETLINK_DECT 21
#endif
#define __init __attribute__((constructor))