Mail Archives: djgpp/1998/06/11/01:15:38
Thank you! But, I'm not sure how to use the text you gave me... is there
a program I need that uses that information to automatically patch a
file, and if so, where can I get it? (I suspect it's included with GCC)
> Here is patch for include/sys/movedata.h. However read the last 3 lines
> of included patch. You can also solve You problem by including for example
> stdlib.h before sys/movedata.h
>
> *** movedata.h~ Wed Jan 31 05:31:10 1996
> --- MOVEDATA.H Thu Jan 1 23:38:48 1998
> ***************
> *** 14,19 ****
> --- 14,23 ----
>
> #include <sys/djtypes.h>
>
> + __DJ_size_t
> + #undef __DJ_size_t
> + #define __DJ_size_t
> +
> /* This header is intended to be included only by other
> headers, like <go32.h> and <string.h>. You may
> include this directly, but it will be non-portable. */
- Raw text -