[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201007311115.o6VBFhR7008492@bert.katalix.com>
Date: Sat, 31 Jul 2010 12:15:43 +0100
From: James Chapman <james@...t.katalix.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.35-rc6] l2tp: fix export of header file for userspace
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@...alix.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists