Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-14 Thread Giorgos Keramidas
On 2005-07-14 00:22, "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > In message: <[EMAIL PROTECTED]> > Giorgos Keramidas <[EMAIL PROTECTED]> writes: > : I couldn't agree more. Helping source-level compatibility, as much as > : this can be accomplished for kernel code, is definitely a plu

Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-13 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Giorgos Keramidas <[EMAIL PROTECTED]> writes: : I couldn't agree more. Helping source-level compatibility, as much as : this can be accomplished for kernel code, is definitely a plus. This is : partly the reason why I noted that OpenBSD synchronized the

Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-13 Thread Giorgos Keramidas
On 2005-07-13 12:31, Sam Leffler <[EMAIL PROTECTED]> wrote: > Giorgos Keramidas wrote: > >OpenBSD tries to keep this header in sync with NetBSD, AFAICT from > >the cvs logs in their tree. > > > >I have the queue.h headers from all three on my disk and I'm already > >looking at the differences, so i

Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-13 Thread Florent Thoumie
Le Mercredi 13 juillet 2005 à 12:31 -0700, Sam Leffler a écrit : > Giorgos Keramidas wrote: > > On 2005-07-12 17:59, Florent Thoumie <[EMAIL PROTECTED]> wrote: > > > >>I'm currently working on OpenBGPd port update and I'm facing a little > >>problem that is actually quite painful to deal with. > >

Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-13 Thread Sam Leffler
Giorgos Keramidas wrote: On 2005-07-12 17:59, Florent Thoumie <[EMAIL PROTECTED]> wrote: I'm currently working on OpenBGPd port update and I'm facing a little problem that is actually quite painful to deal with. I need some macros from OpenBSD sys/queue.h which aren't present in FreeBSD. I can

Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-12 Thread Kevin Lo
Florent Thoumie wrote: > I'm currently working on OpenBGPd port update and I'm facing a > little problem that is actually quite painful to deal with. > > I need some macros from OpenBSD sys/queue.h which aren't present > in FreeBSD. I can replace #include with #include >

Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-12 Thread Florent Thoumie
Le Mercredi 13 juillet 2005 à 01:14 +0300, Giorgos Keramidas a écrit : > On 2005-07-12 17:59, Florent Thoumie <[EMAIL PROTECTED]> wrote: > > I'm currently working on OpenBGPd port update and I'm facing a little > > problem that is actually quite painful to deal with. > > > > I need some macros from

Re: SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-12 Thread Giorgos Keramidas
On 2005-07-12 17:59, Florent Thoumie <[EMAIL PROTECTED]> wrote: > I'm currently working on OpenBGPd port update and I'm facing a little > problem that is actually quite painful to deal with. > > I need some macros from OpenBSD sys/queue.h which aren't present in > FreeBSD. I can replace #include w

SIMPLEQ_* macros from OpenBSD sys/queue.h

2005-07-12 Thread Florent Thoumie
I'm currently working on OpenBGPd port update and I'm facing a little problem that is actually quite painful to deal with. I need some macros from OpenBSD sys/queue.h which aren't present in FreeBSD. I can replace #include with #include "queue.h" and copy t