Ticket #13134: patch-src-malloc.c.diff

File patch-src-malloc.c.diff, 487 bytes (added by darren.bane@…, 17 years ago)

Patch from upstream, to go in net/tf/files

  • src/malloc.c

    RCS file: /usr/local/cvsroot/tf.dev/work/src/malloc.c,v
    retrieving revision 35004.22
    diff -u -r35004.22 malloc.c
     
    1212#include "signals.h"
    1313#include "malloc.h"
    1414
    15 caddr_t mmalloc_base = NULL;
     15/* caddr_t mmalloc_base = NULL; */
    1616int low_memory_warning = 0;
    1717static char *reserve = NULL;
    1818