From: Adrian Bunk POSIX_MQUEUE requires netlink. Signed-off-by: Andrew Morton --- 25-akpm/init/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN init/Kconfig~posix_mqueue-depends-on-net init/Kconfig --- 25/init/Kconfig~posix_mqueue-depends-on-net 2004-05-31 16:37:32.591594840 -0700 +++ 25-akpm/init/Kconfig 2004-05-31 16:37:32.595594232 -0700 @@ -92,7 +92,7 @@ config SYSVIPC config POSIX_MQUEUE bool "POSIX Message Queues" - depends on EXPERIMENTAL + depends on NET && EXPERIMENTAL ---help--- POSIX variant of message queues is a part of IPC. In POSIX message queues every message has a priority which decides about succession _