>Is stdint.h included by socket.h? 

   No, i don't think so (i'm not a C programmer) (grep'ed for it).

Okie, can you try the following patch?  There might be more problems,
but this one should fix it for socket.h.  A cheap way of getting all
errors is running `make -k', instead of `make' while compiling, it
will ignore all errors and try to compile as much as possible.  You
can dump it to a log file and then send it here for us to examine, and
maybe fix the remaining problems.

2005-12-01  Alfred M. Szmidt  <[EMAIL PROTECTED]>

        * localhost.c: Include <stdint.h>.


--- libinetutils/localhost.c    21 Jan 2005 13:53:49 +0100      1.12
+++ libinetutils/localhost.c    01 Dec 2005 20:03:29 +0100      
@@ -29,6 +29,7 @@
 #if defined(STDC_HEADERS) || defined(HAVE_STDLIB_H)
 #include <stdlib.h>
 #endif
+#include <stdint.h>
 #include <string.h>
 #include <errno.h>
 #include <sys/types.h>





_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to