Hello,
here is a patch to fix the build on bsd systems (the content of the patch is pretty much self-explanatory).
svn diff Index: exec/evil.c =================================================================== --- exec/evil.c (revision 2323) +++ exec/evil.c (working copy) @@ -49,7 +49,11 @@ #include <sys/time.h> #include <sys/resource.h> #include <sys/stat.h> +#if defined(COROSYNC_BSD) || defined(COROSYNC_DARWIN) +#include <sys/sysctl.h> +#else #include <sys/sysinfo.h> +#endif #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h>
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
