FreeBSD Bugzilla – Attachment 158512 Details for
Bug 201405
www/squid : why is /var/run/squid not installed? (causing issue)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Half of DF fix
patch-compat_shm.cc (text/plain), 326 bytes, created by
John Marino
on 2015-07-07 17:55:41 UTC
(
hide
)
Description:
Half of DF fix
Filename:
MIME Type:
Creator:
John Marino
Created:
2015-07-07 17:55:41 UTC
Size:
326 bytes
patch
obsolete
>--- compat/shm.cc.orig 2015-05-28 11:06:38 UTC >+++ compat/shm.cc >@@ -29,6 +29,8 @@ shm_portable_segment_name_is_path() > size_t len = sizeof(jailed); > ::sysctlbyname("security.jail.jailed", &jailed, &len, NULL, 0); > return !jailed; >+#elif defined (__DragonFly__) >+ return true; > #else > return false; > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201405
: 158512