summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2008-04-09 17:02:40 -0400
committerMartin Hunt <hunt@redhat.com>2008-04-09 17:02:40 -0400
commitb53c1feef55dc74501a90257e4beff6c1a9cf03b (patch)
treec7434cf54ae9cc8d7cb898f030f419737fb13a6c /buildrun.cxx
parent404bf86f4c825eafe4ad9f34f676c0e37464cfe7 (diff)
downloadsystemtap-steved-b53c1feef55dc74501a90257e4beff6c1a9cf03b.tar.gz
systemtap-steved-b53c1feef55dc74501a90257e4beff6c1a9cf03b.tar.xz
systemtap-steved-b53c1feef55dc74501a90257e4beff6c1a9cf03b.zip
Fixes for 2.6.25 pt_regs changes.
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index f3e72272..a186326f 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -254,8 +254,6 @@ run_pass (systemtap_session& s)
+ (s.verbose>2 ? "-v " : "")
+ (s.output_file.empty() ? "" : "-o " + s.output_file + " ");
- staprun_cmd += "-d " + stringify(getpid()) + " ";
-
if (s.cmd != "")
staprun_cmd += "-c " + cmdstr_quoted(s.cmd) + " ";