[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#82468: fix



On Sat, Aug 03, 2002 at 04:22:10PM +0200, Marco d'Itri wrote:
> On Aug 03, Wichert Akkerman <wichert@wiggy.net> wrote:
> 
>  >> +	if (IPv4or6 == AF_UNSPEC) {
>  >> +		struct utsname un;
>  >> +		if (uname(&un) == 0 && strncmp("2.2.", un.release, 4) == 0)
>  >> +			IPv4or6 = AF_INET;
>  >> +	}
>  >
>  >Shouldn't this be wrapped in #ifdef linux?
> Who cares? It's not supposed to go upstream anyway.

*hurd*

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://linux1394.sourceforge.net/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.com/



Reply to: