aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index bc7e49512..4f8f86dd7 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -720,7 +720,9 @@ GNUNET_OS_get_libexec_binary_path (const char *progname)
720 * #GNUNET_SYSERR on error (no such binary or not executable) 720 * #GNUNET_SYSERR on error (no such binary or not executable)
721 */ 721 */
722int 722int
723GNUNET_OS_check_helper_binary (const char *binary, int check_suid, const char *params) 723GNUNET_OS_check_helper_binary (const char *binary,
724 int check_suid,
725 const char *params)
724{ 726{
725 struct stat statbuf; 727 struct stat statbuf;
726 char *p; 728 char *p;