Boost C++ Libraries: Ticket #7924: Fix building interprocess workaround.hpp header on BSD systems https://svn.boost.org/trac10/ticket/7924 <p> The attached patch fixes building code referencing the interprocess workaround.hpp header. When utilizing the sys/sysctl.h header it is required to also include the sys/param.h header. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7924 Trac 1.4.3 brad@… Thu, 24 Jan 2013 23:23:29 GMT attachment set https://svn.boost.org/trac10/ticket/7924 https://svn.boost.org/trac10/ticket/7924 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_workaround_hpp.diff</span> </li> </ul> Ticket Ion Gaztañaga Sun, 10 Feb 2013 00:28:38 GMT <link>https://svn.boost.org/trac10/ticket/7924#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7924#comment:1</guid> <description> <p> I see some *BSD derivatives need sys/param.h but others need sys/types.h. I'll add both. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Sun, 10 Feb 2013 00:30:08 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7924#comment:2 https://svn.boost.org/trac10/ticket/7924#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82799" title="Fixed #7924">[82799]</a>) Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7924" title="#7924: Bugs: Fix building interprocess workaround.hpp header on BSD systems (closed: fixed)">#7924</a> </p> Ticket brad@… Sun, 10 Feb 2013 01:31:01 GMT <link>https://svn.boost.org/trac10/ticket/7924#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7924#comment:3</guid> <description> <p> sys/param.h already brings in sys/types.h so it is redundant to include both. You can use just sys/param.h and it'll be correct for any of the OS's. </p> </description> <category>Ticket</category> </item> </channel> </rss>