From: Harald Welte Date: Wed, 10 Aug 2005 03:26:03 +0000 (-0700) Subject: [DCCP]: make include-able from userspace X-Git-Tag: v2.6.14-rc1~1035^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a47a470e602eecb168ddd3b78841b84ceddd319;p=pandora-kernel.git [DCCP]: make include-able from userspace The protocol header files in are usually structured in a way to be included by userspace code. The top section consists of general protocol structure definitions, typedefs, enums - followed by an #ifdef __KERNEL__ section. Currently doesn't follow that convention and can therefore not be used from userspace. However, for example iptables' libipt_dccp.c actually needs various definitions from there. Signed-off-by: Harald Welte Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed