Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$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;
}