From 3a89f13d34ec43d51cfdf5062425b01e35330ba7 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Fri, 30 Jan 2004 00:01:24 +0000 Subject: [PATCH] Rename: src/Lget_proc_info_by_ip.c -> src/mi/Lget_proc_info_by_ip.c (Logical change 1.162) --- src/mi/Lget_proc_info_by_ip.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mi/Lget_proc_info_by_ip.c b/src/mi/Lget_proc_info_by_ip.c index e69de29b..96910d83 100644 --- a/src/mi/Lget_proc_info_by_ip.c +++ b/src/mi/Lget_proc_info_by_ip.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include +#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) +#include "Gget_proc_info_by_ip.c" +#endif