1224fd1290
Note: there's an alternate Gnome user interface now; it would be nice to be able to use it via PKG_OPTIONS, but I haven't done this yet.
13 lines
460 B
Text
13 lines
460 B
Text
$NetBSD: patch-ae,v 1.2 2008/07/21 02:55:34 dholland Exp $
|
|
|
|
--- src/process_model.cc.orig 2003-07-14 23:32:09.000000000 -0400
|
|
+++ src/process_model.cc 2008-07-20 21:58:55.000000000 -0400
|
|
@@ -86,7 +86,7 @@ process_model::set_cmd(const char *cmd)
|
|
void
|
|
process_model::dump()
|
|
{
|
|
- cout << int(this) << " "<< pid_ << " " << uid_ << " " << cmd_.c_str() << " " <<
|
|
+ cout << intptr_t(this) << " "<< pid_ << " " << uid_ << " " << cmd_.c_str() << " " <<
|
|
endl;
|
|
}
|
|
|