From 41c3d0afa5454fedc7c73cd27b0c68012750a264 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Thu, 21 Oct 1999 04:28:07 +0000 Subject: [PATCH] Fix solaris (and other unsupported platforms). git-svn-id: svn://10.0.0.236/trunk@51357 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsTraceRefcnt.cpp | 3 +-- mozilla/xpcom/base/nsTraceRefcntImpl.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/xpcom/base/nsTraceRefcnt.cpp b/mozilla/xpcom/base/nsTraceRefcnt.cpp index c3e00bab85e..03b8891e750 100644 --- a/mozilla/xpcom/base/nsTraceRefcnt.cpp +++ b/mozilla/xpcom/base/nsTraceRefcnt.cpp @@ -840,8 +840,7 @@ nsTraceRefcnt::WalkTheStack(FILE* aStream) void nsTraceRefcnt::WalkTheStack(FILE* aStream) { - WalkTheStack(gStackBuffer, sizeof(gStackBuffer)); - fprintf(aStream, "%s\n", gStackBuffer); + fprintf(aStream, "write me, dammit!\n"); } #endif diff --git a/mozilla/xpcom/base/nsTraceRefcntImpl.cpp b/mozilla/xpcom/base/nsTraceRefcntImpl.cpp index c3e00bab85e..03b8891e750 100644 --- a/mozilla/xpcom/base/nsTraceRefcntImpl.cpp +++ b/mozilla/xpcom/base/nsTraceRefcntImpl.cpp @@ -840,8 +840,7 @@ nsTraceRefcnt::WalkTheStack(FILE* aStream) void nsTraceRefcnt::WalkTheStack(FILE* aStream) { - WalkTheStack(gStackBuffer, sizeof(gStackBuffer)); - fprintf(aStream, "%s\n", gStackBuffer); + fprintf(aStream, "write me, dammit!\n"); } #endif