X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=85013a636cb3a7f634d190d9044808454274efd8;hp=d7f515dfec8788f267a41f8c33264d25b15abf8a;hb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83 diff --git a/ipc.c b/ipc.c index d7f515df..85013a63 100644 --- a/ipc.c +++ b/ipc.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file ipc.c Inter-process communication and shared memory helpers. */ @@ -68,7 +64,7 @@ static void para_semop(int id, struct sembuf *sops, int num) * * This function either succeeds or aborts. * - * \sa semop(2), struct misc_meta_data. + * \sa semop(2), struct \ref misc_meta_data. */ void mutex_lock(int id) { @@ -94,7 +90,7 @@ void mutex_lock(int id) * * This function either succeeds or aborts. * - * \sa semop(2), struct misc_meta_data. + * \sa semop(2), struct \ref misc_meta_data. */ void mutex_unlock(int id) {