From ec2edc19fde3370a188773de76dd9ab67c81e501 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 3 Mar 1999 21:18:00 +0000 Subject: Make this compile without -DRTLD_LOADER and fix printf format problems on the alpha. --- libexec/ld.elf_so/malloc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libexec/ld.elf_so/malloc.c') 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 * -- cgit