[2.6 patch] cleanup default value of IP_DCCP_ACKVEC
From: Jean-Luc Léger
Date: Sat Apr 15 2006 - 18:39:57 EST
Default values for boolean and tristate options can only be 'y', 'm' or 'n'.
This patch removes wrong default for IP_DCCP_ACKVEC.
Signed-off-by: Jean-Luc Léger <jean-luc.leger@xxxxxxxxxxxxxxxx>
Index: linux-2.6.17-rc1/net/dccp/Kconfig
===================================================================
--- linux-2.6.17-rc1/net/dccp/Kconfig.old 2006-04-15 22:48:36.000000000 +0200
+++ linux-2.6.17-rc1/net/dccp/Kconfig 2006-04-15 22:50:48.000000000 +0200
@@ -26,7 +26,7 @@
config IP_DCCP_ACKVEC
depends on IP_DCCP
- def_bool N
+ bool
source "net/dccp/ccids/Kconfig"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/