Hello friends, let me remind you of the need to include
#include <sys/uio.h> to accomodate OpenBSD properly. This dependency is automatically taken care of on a GNU/Linux system, since <sys/socket.h> in its turn includes <sys/uio.h>. That no longer holds true for OpenBSD. Presently only 'src/logger.c' is causing a compiler error for Inetutils due to the above reason. Regards, Mats E A