On Fri, Aug 26, 2016 at 05:38:00PM +0200, walter harms wrote: > perhaps this not tested snipped would make sure that > you have included linux/rose.h ? > > #ifndef ROSE_KERNEL_H > #include <linux/rose.h> > #endif > > #include <netrose/rose.h>
Sorry, I did not quite get this. <linux/rose.h> has conflicting definitions with glibc <netrose/rose.h>. The patches fixes the uapi headers <linux/rose.h> so that it hides definitions if <netrose/rose.h> from glibc was already included. -Mikko