X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=8e9dd51a2369e7e60ebd4bda3fa889eaed892248;hp=3cc5c15695a76c0442b1ceb4da889c6f5b2baeb1;hb=ac1f19d550a81c8408c8fce2e237996c950253ab;hpb=6811b2f8ea8b7a8c77046285c9432aee6327da80 diff --git a/ipc.c b/ipc.c index 3cc5c156..8e9dd51a 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. */ @@ -11,7 +7,6 @@ #include "ipc.h" #include #include -#include #include #include @@ -198,9 +193,8 @@ int shm_detach(void *addr) } # if defined __FreeBSD__ || defined __NetBSD__ +#include # define SYSCTL_SHMMAX_VARIABLE "kern.ipc.shmmax" -# elif defined __APPLE__ -# define SYSCTL_SHMMAX_VARIABLE "kern.sysv.shmmax" # else # undef SYSCTL_SHMMAX_VARIABLE # endif