diff options
author | David Smith <dsmith@redhat.com> | 2009-06-18 16:49:59 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-06-18 16:49:59 -0500 |
commit | ac4f1eca71edee2feb2cbdad1a044549f30da023 (patch) | |
tree | f2ac0b4246c340948ba62c8307c37e9365a198ac /runtime/print.c | |
parent | 7b1be319b40ec791c4fdbe77065204a4c3ed439b (diff) | |
download | systemtap-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.c | 2 |
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 |