Hello Sergey,
Thank you for your attention to my message.
Here are lines 87 and 293.
085 #ifndef __SOCKLEN_T
086 #define __SOCKLEN_T
087 typedef __ulong32_t socklen_t;
088 #endif
288 /*
289 * Family typedef
290 */
291 #ifndef _SA_FAMILY_T
292 #define _SA_FAMILY_T
293 typedef uchar_t sa_family_t;
294 #endif
I got a tarball from josefsson.org/inetutils/inetutils-20081023.tar but
results are basically the same.
Best regards,
Ronald
Sergey Poznyakoff wrote:
Hi Ronald,
In file included from poll.c:30:
/usr/include/sys/socket.h:87: error: expected identifier or '('
before numeric constant
Looks like something (probably an argument declaration) was expanded
where it should not be. What do you have in /usr/include/sys/socket.h on
lines 87 and 293?
Regards,
Sergey