[BACK]Return to patch-lib_Interprocess_h CVS log [TXT][DIR] Up to [local] / ports / games / vcmi / patches

Annotation of ports/games/vcmi/patches/patch-lib_Interprocess_h, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- lib/Interprocess.h.orig    Sat Sep 10 20:53:31 2011
        !             3: +++ lib/Interprocess.h Sat Sep 10 20:54:08 2011
        !             4: @@ -1,3 +1,4 @@
        !             5: +#include <sys/param.h>
        !             6:  #include <boost/interprocess/sync/interprocess_mutex.hpp>
        !             7:  #include <boost/interprocess/sync/interprocess_condition.hpp>
        !             8:  #include <boost/interprocess/mapped_region.hpp>
        !             9: @@ -51,4 +52,4 @@ struct SharedMem 
        !            10:                delete mr;
        !            11:                boost::interprocess::shared_memory_object::remove("vcmi_memory");
        !            12:        }
        !            13: -};
        !            14: \ No newline at end of file
        !            15: +};

CVSweb