]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath
authorStephen Welker <stephen.welker@nemostar.com.au>
Fri, 18 Dec 2015 12:53:35 +0000 (01:53 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Dec 2015 12:53:35 +0000 (01:53 +1300)
compat/shm.cc

index 7b51cf9ffb05bbba8400b91680cfd3542aac70e4..d597bb0afde95edc0c01c76f2edf2f7cb46cc853 100644 (file)
@@ -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;