summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-30 00:27:35 +0000
committerhunt <hunt>2005-08-30 00:27:35 +0000
commit55a030a179fdfd1e887d95d5c0050004bee27fcf (patch)
treeb77687481aa40fb2fcced58bbf63f66c7a27b050 /runtime/runtime.h
parent10fcd0060d7b88bbf0503f85ecaf8c8660abeaaf (diff)
downloadsystemtap-steved-55a030a179fdfd1e887d95d5c0050004bee27fcf.tar.gz
systemtap-steved-55a030a179fdfd1e887d95d5c0050004bee27fcf.tar.xz
systemtap-steved-55a030a179fdfd1e887d95d5c0050004bee27fcf.zip
2005-08-29 Martin Hunt <hunt@redhat.com>
* list.c (_stp_copy_argv_from_user): Move to here. * copy.c (_stp_copy_argv_from_user): Delete. * runtime.h: Always include copy.h.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 44873ee9..5e77505b 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -59,6 +59,7 @@ static struct
#include "print.c"
#include "string.c"
#include "arith.c"
+#include "copy.c"
/************* Module Stuff ********************/
int probe_start(void);