X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=49d2d96515dbf49bc5a9f7ace0786d5f68acc936;hp=a66c8409f51a94436193e0b72e6880c04e769103;hb=c64bed2958626373586b6ec842eab3b404c0b526;hpb=fd30aae780bea544aff82606e626dda96d632b4d diff --git a/ipc.c b/ipc.c index a66c8409..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 * - * \para, 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. *