X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=acf0249d15762e09c82f5d994506b49cc759a375;hp=b6c525ab07311a14dbfaefe637781e163c24dba5;hb=a7a37b282c4e936b2fb34c2bd7423f9f800dfd44;hpb=8794e31a8b492fa1cb41d5173e79c80ebbe5e01b diff --git a/ipc.c b/ipc.c index b6c525ab..acf0249d 100644 --- a/ipc.c +++ b/ipc.c @@ -57,7 +57,7 @@ int mutex_destroy(int id) return ret < 0? -E_SEM_REMOVE : 1; } -static void para_semop(int id, struct sembuf *sops, int num) +static void para_semop(int id, struct sembuf *sops, unsigned num) { int i;