Hi Niels, "Niels Reedijk" <n.reedijk@xxxxxxxxx> wrote: > There's a mistake in the net/if.net posix header file, it includes > socketvars.h (which is now private) and it uses thread_id and sem_id > (which are unknown in posix namespace). I'd like to merge the > following > patch (with your permission). > > patch-1 > Rename thread_id and sem_id to fix codycam (and others) compile > prob > > The diff is attached below. May I merge the patch to CVS? Please don't - I don't think this is the solution we should aim for. Instead, is there any need of having the "ifq" structure publically defined somewhere? I think we should move it into a private header and solve the build problem that way. Bye, Axel.