[Nagiosplug-devel] HEAD + openbsd

Julien TOUCHE julien.touche at lycos.com
Sat Nov 27 09:02:47 CET 2004


a new patch for the current head
(26-Nov-2004)

would be really cool to include it and view the following points

Julien TOUCHE a écrit :
> 
> patch to solve some present but can't compile error with configure
> (HEAD-200408271647)
> 
> + one i didn't find in configure.in (and change aclocal.m4 doesn't seem
> to do it.)
> for sys/ucred.h, need
> #if HAVE_SYS_PARAM_H
> # include <sys/param.h>
> #endif
> 
> + arpa/inet.h pb on compile
> In file included from utils.c:21:
> /usr/include/arpa/inet.h:74: warning: `struct in_addr' declared inside
> parameter list
> /usr/include/arpa/inet.h:74: warning: its scope is only this definition
> or declaration, which is probably not what you want.
> /usr/include/arpa/inet.h:75: warning: `struct in_addr' declared inside
> parameter list
> /usr/include/arpa/inet.h:75: warning: parameter has incomplete type
> /usr/include/arpa/inet.h:79: warning: parameter has incomplete type
> /usr/include/arpa/inet.h:85: warning: parameter has incomplete type
> => need before include
> #include <netinet/in.h>
> 

thanks
Regards

		Julien
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch-configure_in
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20041127/ae06fe24/attachment.ksh>


More information about the Devel mailing list