summaryrefslogtreecommitdiffstats
path: root/runtime/print.c
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-06-18 16:49:59 -0500
committerDavid Smith <dsmith@redhat.com>2009-06-18 16:49:59 -0500
commitac4f1eca71edee2feb2cbdad1a044549f30da023 (patch)
treef2ac0b4246c340948ba62c8307c37e9365a198ac /runtime/print.c
parent7b1be319b40ec791c4fdbe77065204a4c3ed439b (diff)
downloadsystemtap-steved-ac4f1eca71edee2feb2cbdad1a044549f30da023.tar.gz
systemtap-steved-ac4f1eca71edee2feb2cbdad1a044549f30da023.tar.xz
systemtap-steved-ac4f1eca71edee2feb2cbdad1a044549f30da023.zip
Cleanup.
* runtime/print_old.c: Removed unneeded file. * runtime/print_flush.c: Renamed from print_new.c * runtime/print.c: Includes print_flush.c (instead of print_new.c).
Diffstat (limited to 'runtime/print.c')
-rw-r--r--runtime/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/print.c b/runtime/print.c
index d51c8108..69e04073 100644
--- a/runtime/print.c
+++ b/runtime/print.c
@@ -89,7 +89,7 @@ static void _stp_print_cleanup (void)
#if !defined(RELAY_GUEST)
-#include "print_new.c"
+#include "print_flush.c"
#if defined(RELAY_HOST)
EXPORT_SYMBOL_GPL(EXPORT_FN(stp_print_flush));
#endif