From: Christian Grothoff Date: Sun, 11 Mar 2012 08:47:18 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~14302 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=457cbc08b5d816990b5dc1ee8c988eb4dc6f528a;p=oweals%2Fgnunet.git -fix --- diff --git a/src/util/os_priority.c b/src/util/os_priority.c index 434fd979f..0b56ce5c5 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -466,7 +466,7 @@ GNUNET_OS_process_kill (struct GNUNET_OS_Process *proc, int sig) errno = EINVAL; return -1; #else - return PLIBC_kill (proc->pid, sig); + return PLIBC_KILL (proc->pid, sig); #endif } }