On Sun,  3 Jul 2011 10:58:58 -0700
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> <arrowdodger> Patch to unbreak eio build on systems without xattr:
> http://intara.org.ru/eio.diff 
> 
> Author:       discomfitor
> Date:         2011-07-03 10:58:57 -0700 (Sun, 03 Jul 2011)
> New Revision: 60955
> Trac:         http://trac.enlightenment.org/e/changeset/60955
> 
> Modified:
>   trunk/eio/src/lib/eio_xattr.c 
> 
> Modified: trunk/eio/src/lib/eio_xattr.c
> ===================================================================
> --- trunk/eio/src/lib/eio_xattr.c     2011-07-03 10:23:41 UTC (rev 60954)
> +++ trunk/eio/src/lib/eio_xattr.c     2011-07-03 17:58:57 UTC (rev 60955)
> @@ -307,6 +307,7 @@
>                     Eio_Error_Cb error_cb,
>                     const void *data)
>  {
> +#ifdef HAVE_XATTR
>     Eio_File_Xattr *async;
>     int iflags;
>  
> @@ -342,6 +343,9 @@
>       return NULL;
>  
>     return &async->common;
> +#else
> +   return NULL;
> +#endif
>  }
>  
>  /**
> 
> 
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
need to get to work on that cedric spanking gadget...

-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to