aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-02-14 17:20:48 +0000
committerLRN <lrn1986@gmail.com>2013-02-14 17:20:48 +0000
commitf25e1bdd066cf5a06bd6a3f5ed1806007259b546 (patch)
treec6bf1c7812c58fd0598ba885f86dad801bc52ac5 /src/util
parentf13b91df9b44684456a1b60db33a10f6d260f936 (diff)
downloadgnunet-f25e1bdd066cf5a06bd6a3f5ed1806007259b546.tar.gz
gnunet-f25e1bdd066cf5a06bd6a3f5ed1806007259b546.zip
Oops
Diffstat (limited to 'src/util')
-rw-r--r--src/util/os_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 2d5dba4a3..68b63908d 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -155,7 +155,7 @@ GNUNET_OS_install_parent_control_handler (void *cls,
155#if WINDOWS 155#if WINDOWS
156 control_pipe = GNUNET_DISK_get_handle_from_w32_handle ((HANDLE) pipe_fd); 156 control_pipe = GNUNET_DISK_get_handle_from_w32_handle ((HANDLE) pipe_fd);
157#else 157#else
158 control_pipe = GNUNET_DISK_get_handle_from_crt_fd ((int) pipe_fd); 158 control_pipe = GNUNET_DISK_get_handle_from_int_fd ((int) pipe_fd);
159#endif 159#endif
160 if (NULL == control_pipe) 160 if (NULL == control_pipe)
161 { 161 {