On Mon, 25 Apr 2011, Enlightenment SVN wrote:

> Log:
> use correct hdr in shm open check.
>
>
>
> Author:       raster
> Date:         2011-04-25 22:12:25 -0700 (Mon, 25 Apr 2011)
> New Revision: 58917
> Trac:         http://trac.enlightenment.org/e/changeset/58917
>
> Modified:
>  trunk/evas/configure.ac
>
> Modified: trunk/evas/configure.ac
> ===================================================================
> --- trunk/evas/configure.ac   2011-04-26 04:35:27 UTC (rev 58916)
> +++ trunk/evas/configure.ac   2011-04-26 05:12:25 UTC (rev 58917)
> @@ -484,7 +484,7 @@
> AC_LINK_IFELSE(
>    [AC_LANG_PROGRAM(
>       [[
> -#include <sys/types.h>
> +#include <sys/stat.h>
> #include <sys/mman.h>
> #include <fcntl.h>
>       ]],

http://linux.die.net/man/3/shm_open

Vincent

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to