On Aug 03, Wichert Akkerman <[EMAIL PROTECTED]> 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 via email to