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

Re: fix



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.

-- 
ciao,
Marco



Reply to: