From: Andi Kleen <[EMAIL PROTECTED]>
Date: Sat, 21 Apr 2007 11:48:52 +0200

> On Saturday 21 April 2007 00:41:33 David Miller wrote:
> > From: Andi Kleen <[EMAIL PROTECTED]>
> > Date: Sat, 21 Apr 2007 00:04:51 +0200
> > 
> > > 0x8938 is SIOCGIFCOUNT. As far as I can see it is only defined in
> > > sockios.h, but not implemented?
> > >
> > > Should it be removed from the include file or implemented?
> > 
> > Unless we can be %100 certain not one build will break by removing it,
> > we should keep it around.
> 
> Ok, but should it not be implemented for the non compat case too?
> I assume java has some reason to call it.

It probably just is one of those silly:

#ifdef SIOCGIFCOUNT
        ret = try_to_use_SIOCGIFCOUNT();
#endif

type code blocks that we find in just about every wonky
source tree out there.

There is no reason to add an implementation of it, and
the compat layer should just return the same error
code that the non-compat code will.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to