From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Suleymanov Subject: Re: 1.1.4 incompatible with glibc 2.1 Date: 04 Jan 2003 14:10:09 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <87lm21rx0u.fsf@boo.eatpbank.ru> References: <3E16BE43.9040007@yahoo.com> Mime-Version: 1.0 Return-path: In-Reply-To: <3E16BE43.9040007@yahoo.com> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linux-MSDOS Mailing list >>>>> 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