From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: 1.1.4 incompatible with glibc 2.1 Date: Sat, 04 Jan 2003 13:58:11 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3E16BE43.9040007@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Sergey Suleymanov wrote: > timid.c: In function `timid_preinit': > timid.c:105: `in_addr_t' undeclared (first use in this function) Of course you can change "sizeof(in_addr_t)" to something like "sizeof(*serv->h_addr)", but it is unclear why it doesn't work for you. "man inet" refers to "in_addr_t" a lot, so it must be perfectly OK to use IMO.