Hi there! Yesterday i tried to compile the brand new version 3.1.6 on OpenBSD. Got some compiler error on src/ip/tools.cc, line 70. Seems that at least on OpenBSD the include of unistd.h is missing. If I add #include <unistd.h> myself, tools.cc compiles fine. -- Matthias