K 10 svn:author V 5 peter K 8 svn:date V 27 1997-09-16T06:03:54.000000Z K 7 svn:log V 343 Some adjustments for the resolver use of poll(). For some reason I thought an unimplemented syscall returned ENOSYS, rather than EINVAL. I have run statically linked code with this wrapper and it does appear to work fine on 2.2-stable which doesn't have poll(). ktrace shows the poll syscall fail once and the fallback to select() working. END