aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-15 14:56:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-15 14:56:11 +0000
commit4e668e13d72a1fc55abfe69578c0486fdf02cd78 (patch)
treeb510149c50740046fec4278626fb22d5c693e102 /src/util
parente2bafbfb7a89e05f7dcbe3660d98e77184aa779c (diff)
downloadgnunet-4e668e13d72a1fc55abfe69578c0486fdf02cd78.tar.gz
gnunet-4e668e13d72a1fc55abfe69578c0486fdf02cd78.zip
-no boolean
Diffstat (limited to 'src/util')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 8445fd1cc..6e0754b21 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -664,7 +664,7 @@ GNUNET_OS_get_libexec_binary_path (const char *progname)
664 * GNUNET_SYSERR on error (no such binary or not executable) 664 * GNUNET_SYSERR on error (no such binary or not executable)
665 */ 665 */
666int 666int
667GNUNET_OS_check_helper_binary (const char *binary, const boolean check_suid, const char *params) 667GNUNET_OS_check_helper_binary (const char *binary, int check_suid, const char *params)
668{ 668{
669 struct stat statbuf; 669 struct stat statbuf;
670 char *p; 670 char *p;