blob: d454b1ad21cbfa906ab30676edee5a42ca49ac99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: Proc-ProcessTable-0.45/os/Linux.c
===================================================================
--- Proc-ProcessTable-0.45.orig/os/Linux.c
+++ Proc-ProcessTable-0.45/os/Linux.c
@@ -33,7 +33,7 @@ static unsigned system_hertz;
static bool init_failed = false;
-
+char *canonicalize_file_name (const char *path);
/* get_string()
*
* Access strings in read only section
|