From: Amos Jeffries Date: Fri, 18 Dec 2015 07:07:46 +0000 (+1300) Subject: Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath X-Git-Tag: SQUID_4_0_4~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d33f1b1b053090d251f8189efc81fd2aeef1886b;p=thirdparty%2Fsquid.git Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath --- diff --git a/compat/shm.cc b/compat/shm.cc index 7b51cf9ffb..d597bb0afd 100644 --- a/compat/shm.cc +++ b/compat/shm.cc @@ -22,7 +22,7 @@ bool shm_portable_segment_name_is_path() { -#if _SQUID_HPUX_ || _SQUID_OSF_ || defined(__vms) || (_SQUID_FREEBSD_ && (__FreeBSD__ < 7)) +#if _SQUID_HPUX_ || _SQUID_OSF_ || defined(__vms) || (_SQUID_FREEBSD_ && (__FreeBSD__ < 7)) || _SQUID_DRAGONFLY_ return true; #elif _SQUID_FREEBSD_ int jailed = 0;