Jean-Marc Lasgouttes
Mon, 13 Aug 2007 13:20:26 -0700

Bennett Helm <[EMAIL PROTECTED]> writes:

> /usr/include/sys/signal.h:183: error: two or more data types in
> declaration specifiers

Could you show us what this line contains?

JMarc

I get the same.

usr/include/sys/signal.h:183 contains:

#ifndef _UID_T
#define _UID_T
typedef __darwin_uid_t                  uid_t; <- 183
#endif


I also get complaints about

/usr/include/unistd.h:78: error: multiple types in one declaration
/usr/include/unistd.h:78: error: declaration does not declare anything
/usr/include/unistd.h:78 contains:

#ifndef _GID_T
#define _GID_T
typedef __darwin_gid_t          gid_t; <- 78
#endif

and the same for line 110, which contains:

#ifndef _UID_T
#define _UID_T
typedef __darwin_uid_t          uid_t;  /* user id      */ <- 110
#endif


/Anders

Reply via email to