On 8/6/05, Harald Welte <[EMAIL PROTECTED]> wrote:
> Hi Arnaldo!
> 
> The protocol header files in <linux/foo.h> 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 <linux/dccp.h> doesn't follow that convention and can
> therefore not be used from userspace.  However, e.g. iptables'
> libipt_dccp.c actually needs various definitions.
> 
> Below is a proposed patch to clean up dccp.h.  Please review and
> consider applying it.  Thanks!
> 
> [the iptables ipt_dccp patch applies cleanly on top of this - but not
>  the other way around]

OK, I'm applying both patches, just had to add an include for linux/in.h that
was missing, thanks!

- Arnaldo
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to