From: James Chapman on 31 Jul 2010 07:30 The header file l2tp.h should be exported to the installed include/linux/ tree for userspace programs. This patch fixes compilation errors in L2TP userspace apps which want to use the new L2TP support introduced in 2.6.35. Signed-off-by: James Chapman <jchapman(a)katalix.com> Index: linux-2.6.35-rc6/include/linux/Kbuild =================================================================== --- linux-2.6.35-rc6.orig/include/linux/Kbuild 2010-07-31 11:37:46.000000000 +0100 +++ linux-2.6.35-rc6/include/linux/Kbuild 2010-07-31 11:38:08.000000000 +0100 @@ -276,6 +276,7 @@ $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) unifdef-y += kvm_para.h endif +unifdef-y += l2tp.h unifdef-y += llc.h unifdef-y += loop.h unifdef-y += lp.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: workqueue: mark init_workqueues() as early_initcall() Next: Get Back To Me Immediately.... |