~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to src/memory_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-11-10 15:17:41 UTC
  • Revision ID: paul.mccullagh@primebase.org-20091110151741-skjch5yqshrilo14
Merged changes required to compile with Drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
        return(-1);
368
368
}
369
369
 
370
 
static long mm_add_pointer(void *ptr, u_int id)
 
370
static long mm_add_pointer(void *ptr, u_int XT_UNUSED(id))
371
371
{
372
 
#pragma unused(id)
373
372
        register int    i, n, guess;
374
373
 
375
374
        if (mm_nr_in_use == mm_total_allocated) {