bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] On src/logger.c and sys/uio.h.


From: Mats Erik Andersson
Subject: [bug-inetutils] On src/logger.c and sys/uio.h.
Date: Thu, 19 Aug 2010 10:14:34 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]