wget 1.8 fails to link on i686-pc-sco3.2v5.0.6

The following patch will fix it:

2002-01-17  Jeff Bailey  <[EMAIL PROTECTED]>

        * src/alloca.c: Refer to xmalloc_real, not xmalloc.  Important
        for systems that don't natively provide xmalloc.

*** src/alloca.c~ Thu Dec  2 02:42:27 1999
--- src/alloca.c Thu Jan 17 16:32:51 2002
***************
*** 88,94 ****
     Callers below should use malloc.  */

  #ifndef emacs
! #define malloc xmalloc
  #endif
  extern pointer malloc ();

--- 88,94 ----
     Callers below should use malloc.  */

  #ifndef emacs
! #define malloc xmalloc_real
  #endif
  extern pointer malloc ();



-- 
Tofu - The other white meat.

Reply via email to