aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_plugpath.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-08 09:04:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-08 09:04:33 +0000
commitbef62afd1d9ba22c41bf2ccb9dbff320e66790a6 (patch)
treeb7d3b8060755a0a221e2968bd096fdf85c2651cb /src/main/extractor_plugpath.c
parent49210e38b06a2e611cf506c1c2744eb431cd33cb (diff)
downloadlibextractor-bef62afd1d9ba22c41bf2ccb9dbff320e66790a6.tar.gz
libextractor-bef62afd1d9ba22c41bf2ccb9dbff320e66790a6.zip
infrastructure updates
Diffstat (limited to 'src/main/extractor_plugpath.c')
-rw-r--r--src/main/extractor_plugpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c
index 5d6b2ff..a4e3374 100644
--- a/src/main/extractor_plugpath.c
+++ b/src/main/extractor_plugpath.c
@@ -79,7 +79,7 @@ cut_bin (char * in)
79} 79}
80 80
81 81
82#if LINUX 82#if GNU_LINUX
83/** 83/**
84 * Try to determine path by reading /proc/PID/exe or 84 * Try to determine path by reading /proc/PID/exe or
85 * /proc/PID/maps. 85 * /proc/PID/maps.
@@ -442,7 +442,7 @@ get_installation_paths (EXTRACTOR_PathProcessor pp,
442 free (d); 442 free (d);
443 return; 443 return;
444 } 444 }
445#if LINUX 445#if GNU_LINUX
446 if (NULL == prefix) 446 if (NULL == prefix)
447 prefix = get_path_from_proc_exe (); 447 prefix = get_path_from_proc_exe ();
448#endif 448#endif