Ignore:
Timestamp:
Jun 30, 2005, 5:16:59 AM (20 years ago)
Author:
bird
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/resolv/tst-leaks.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2115 r2116  
    2121#include <arpa/nameser.h>
    2222#include <resolv.h>
     23#ifdef HAVE_MCHECK_H
    2324#include <mcheck.h>
     25#endif
    2426
    2527/* Prototype for our test function.  */
     
    3537  unsigned char buf[256];
    3638
     39#ifdef HAVE_MCHECK_H
    3740  mtrace();
     41#endif
    3842
    3943  /* This will allocate some memory, which should be automatically
Note: See TracChangeset for help on using the changeset viewer.