"Paul Khavkine" <paul.khavkine at distributel.ca> wrote: > This problem is also present in FreeBSD 6.0-RELEASE > > sys/un.h is not included properly. The solution is to add sys/un.h to the configure checks, and to replace the problem code with: #ifdef HAVE_SYS_UN_H #include <sys/un.h> #endif We'll make that change for 1.1.1. Alan DeKok.