diff options
| author | christos <christos@NetBSD.org> | 1999-03-03 21:18:00 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1999-03-03 21:18:00 +0000 |
| commit | ec2edc19fde3370a188773de76dd9ab67c81e501 (patch) | |
| tree | f0b3de0b7faacffd441afe3e435f37cbef0d44ab /libexec/ld.elf_so/malloc.c | |
| parent | 6b8842ab8e8bb01efa311039e5912ddaffd46223 (diff) | |
Make this compile without -DRTLD_LOADER and fix printf format problems on
the alpha.
Diffstat (limited to 'libexec/ld.elf_so/malloc.c')
| -rw-r--r-- | libexec/ld.elf_so/malloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/malloc.c b/libexec/ld.elf_so/malloc.c index 4c791899672..1967fd46270 100644 --- a/libexec/ld.elf_so/malloc.c +++ b/libexec/ld.elf_so/malloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: malloc.c,v 1.3 1999/03/01 16:40:07 christos Exp $ */ +/* $NetBSD: malloc.c,v 1.4 1999/03/03 21:18:00 christos Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -134,8 +134,6 @@ botch( #define ASSERT(p) #endif -/* Polstra's debugging stuff */ -extern void xprintf(const char *, ...); #define TRACE() xprintf("TRACE %s:%d\n", __FILE__, __LINE__) void * |
