[PATCH] bogus use of __linux__ in aicasm

2011-07-02 Thread Robert Millan
Code in sys/dev/aic7xxx/aicasm/ contains a few checks on the __linux__ macro that actually break build on GNU systems (including Linux-based ones but also GNU/kFreeBSD). Some of them use __linux__ to include an alternate version of sys/queue.h that would be placed in ../queue.h. However that

Re: [PATCH] bogus use of __linux__ in aicasm

2011-07-02 Thread Peter Jeremy
On 2011-Jul-02 17:22:15 +0200, Robert Millan r...@debian.org wrote: Code in sys/dev/aic7xxx/aicasm/ contains a few checks on the __linux__ macro that actually break build on GNU systems (including Linux-based ones but also GNU/kFreeBSD). Thanks for all the patches. I wonder if you could use