Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/evil

Dir     : e17/proto/evil/src/lib


Modified Files:
        Evil.h 


Log Message:
* src/lib/Evil.h:
uid_t and gid_t exist on cegcc

===================================================================
RCS file: /cvs/e/e17/proto/evil/src/lib/Evil.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- Evil.h      29 Jun 2008 12:09:47 -0000      1.20
+++ Evil.h      3 Jul 2008 09:08:59 -0000       1.21
@@ -553,13 +553,10 @@
 EAPI char *nl_langinfo(nl_item index);
 
 
-#ifndef uid_t
+#ifndef __CEGCC__
 typedef unsigned long  uid_t;
-#endif
-
-#ifndef gid_t
 typedef unsigned long  gid_t;
-#endif
+#endif /* ! __CEGCC__ */
 
 #ifdef _MSC_VER
 



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to