From b899aa795f925edb7fad318d2e90bb9c3da90b24 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Tue, 13 Jan 2009 17:17:47 -0500 Subject: Create the rpm subpackage systemtap-sdt-devel --- testsuite/ChangeLog | 4 ++++ testsuite/systemtap.base/static_uprobes.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index fe40eb67..ec5dc08e 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-01-13 Stan Cox + + * systemtap.base/static_uprobes.exp: Use sdt.h + 2009-01-11 Wenji Huang * systemtap.base/badkprobe.exp: Add explicit timeout. diff --git a/testsuite/systemtap.base/static_uprobes.exp b/testsuite/systemtap.base/static_uprobes.exp index 354256db..34bd33a4 100644 --- a/testsuite/systemtap.base/static_uprobes.exp +++ b/testsuite/systemtap.base/static_uprobes.exp @@ -9,7 +9,7 @@ set fp [open $sup_srcpath "w"] puts $fp " #include #define USE_STAP_PROBE 1 -#include \"sduprobes.h\" +#include \"sdt.h\" foo () { -- cgit