>>>>> Stas Sergeev writes:

 >> timid.c: In function `timid_preinit': timid.c:105: `in_addr_t'
 >> undeclared (first use in this function)

 Stas> Of course you can change "sizeof(in_addr_t)" to something like
 Stas> "sizeof(*serv->h_addr)", but it is unclear why it doesn't work
 Stas> for you.  "man inet" refers to "in_addr_t" a lot, so it must be
 Stas> perfectly OK to use IMO.

        Glibc-2.2 has

typedef uint32_t in_addr_t;

        in /usr/include/netinet/in.h. Glibc-2.1 hasn't. :(

-- 
  Sergey Suleymanov

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to