Date: Sun, 8 Feb 1998 14:12:20 +0200 (IST) From: Eli Zaretskii To: Andy Eskilsson cc: djgpp AT delorie DOT com Subject: Re: Missing: caddr_t when compiling dflat In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 8 Feb 1998, Andy Eskilsson wrote: > It includes some malloc.c from Caltech 1982 (hmm do I really need > that??) and there it tries to cast something through caddr_t, but this > is undeclared.. Try this: typedef char * caddr_t;