On Fri, Nov 9, 2012 at 4:33 PM, rustyBSD <rusty...@gmx.fr> wrote:
> Hi,
> here are patches to fix compilation on OpenBSD and FreeBSD
> (and NetBSD ?).
>
> - The 'tainted' variable is unused, so removed.
> - Switch to execv(), as FreeBSD and OpenBSD doesn't have
>   PTRACE_GETSIGINFO

I would suggest

#if !defined(__OpenBSD) && etc....

instead of

#ifdef __linux__

As it will work for Mac OS X, and probably on Solaris too

Btw, it's strange that it works on Mac OS X and not in FreeBSD.

Vincent

> - Just moved to size_t to avoid warning on FreeBSD
>
> Thanks
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to