[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.2

1.1       yason       1: $OpenBSD$
1.2     ! kirby       2: --- lib/Interprocess.h.orig    Mon Apr  2 15:14:38 2012
        !             3: +++ lib/Interprocess.h Fri Jun 28 19:29:36 2013
        !             4: @@ -1,6 +1,7 @@
        !             5:  #pragma once
        !             6:  
        !             7:  #include <boost/interprocess/sync/scoped_lock.hpp>
1.1       yason       8: +#include <sys/param.h>
                      9:  #include <boost/interprocess/sync/interprocess_mutex.hpp>
                     10:  #include <boost/interprocess/sync/interprocess_condition.hpp>
                     11:  #include <boost/interprocess/mapped_region.hpp>
1.2     ! kirby      12: @@ -55,4 +56,4 @@ struct SharedMem 
1.1       yason      13:                delete mr;
                     14:                boost::interprocess::shared_memory_object::remove("vcmi_memory");
                     15:        }
1.2     ! kirby      16: -};
1.1       yason      17: \ No newline at end of file
                     18: +};

CVSweb