13 Jan
2006
13 Jan
'06
3:05 p.m.
"Paul Khavkine" <paul.khavkine@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.