X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=49d2d96515dbf49bc5a9f7ace0786d5f68acc936;hp=1d9112d77e30e9ba9f02421e001fc379893038d2;hb=c64bed2958626373586b6ec842eab3b404c0b526;hpb=0a2c77571770a4da28e069b3db0ac6949c91b467 diff --git a/ipc.c b/ipc.c index 1d9112d7..49d2d965 100644 --- a/ipc.c +++ b/ipc.c @@ -23,6 +23,7 @@ #include "ipc.h" #include #include +#include /** abort if semget() failed that many times */ #define MAX_SEMOP_RETRIES 500 @@ -44,7 +45,7 @@ int mutex_new(void) /** * destroy a mutex * - * \param, id the identifier of the mutex to be destroyed + * \param id the identifier of the mutex to be destroyed * * \returns Positive on success, -E_SEM_REMOVE on errors. *