$NetBSD: patch-ag,v 1.1 2008/07/21 02:55:34 dholland Exp $ --- src/blob.cc~ 2008-07-20 22:00:41.000000000 -0400 +++ src/blob.cc 2008-07-20 22:00:56.000000000 -0400 @@ -503,7 +503,7 @@ void blob::print() { ENTRY_TRACE(__FILE__,__LINE__); - cout << O_("blob: ") << (unsigned)this << O_(" x=") << x_ << O_(" step=") << x_step_ << O_(" num=") << num_ << O_(":"); + cout << O_("blob: ") << (uintptr_t)this << O_(" x=") << x_ << O_(" step=") << x_step_ << O_(" num=") << num_ << O_(":"); for (int i = 0; i < num_; i++) { cout << O_(" ") << y_lows_[i] << O_("-") << y_highs_[i]; };