Re: [patch] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h

2007-01-24 Thread H. Peter Anvin
Erik Andersen wrote: On Sat Dec 16, 2006 at 01:42:11PM -0500, Mike Frysinger wrote: On 11/30/06, Robert P. J. Day <[EMAIL PROTECTED]> wrote: but there are a few other cases which still contain compound preprocessor directives such as: #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC

Re: [patch] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h

2006-12-16 Thread Erik Andersen
On Sat Dec 16, 2006 at 01:42:11PM -0500, Mike Frysinger wrote: > On 11/30/06, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > >but there are a few other > >cases which still contain compound preprocessor directives such as: > > > > #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) >

[patch] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h

2006-12-16 Thread Mike Frysinger
On 11/30/06, Robert P. J. Day <[EMAIL PROTECTED]> wrote: but there are a few other cases which still contain compound preprocessor directives such as: #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) having never worked with unifdef before, i guess i was being overly optimist