Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs.h Log Message: Change the way we do stats =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- evfs.h 5 Oct 2005 03:50:33 -0000 1.11 +++ evfs.h 7 Oct 2005 11:01:27 -0000 1.12 @@ -5,6 +5,11 @@ #include "evfs_macros.h" #include "evfs_debug.h" +#include <sys/types.h> +#include <sys/stat.h> +#include <unistd.h> + + #include <Ecore.h> #include <Ecore_Ipc.h> #include <Ecore_File.h> @@ -164,7 +169,8 @@ typedef struct evfs_event_stat evfs_event_stat; struct evfs_event_stat { evfs_eventtype type; - unsigned long size; + struct stat stat_obj; + }; ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs