From 55a030a179fdfd1e887d95d5c0050004bee27fcf Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 30 Aug 2005 00:27:35 +0000 Subject: 2005-08-29 Martin Hunt * list.c (_stp_copy_argv_from_user): Move to here. * copy.c (_stp_copy_argv_from_user): Delete. * runtime.h: Always include copy.h. --- runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.h') 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); -- cgit