* src/lib/Evil.h:

uid_t and gid_t exist on cegcc


SVN revision: 34998
This commit is contained in:
doursse 2008-07-03 09:08:59 +00:00 committed by doursse
parent c2f8f05b7b
commit 287f9c9edf
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2008-07-03 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Evil.h:
uid_t and gid_t exist on cegcc
2008-06-29 Vincent Torri <doursse at users dot sf dot net>
* configure.ac:

View File

@ -553,13 +553,10 @@ enum {
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