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

Diff for /ports/games/vcmi/patches/Attic/patch-lib_Interprocess_h between version 1.1 and 1.2

version 1.1, 2011/11/13 21:44:30 version 1.2, 2013/06/29 02:56:57
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- lib/Interprocess.h.orig     Sat Sep 10 20:53:31 2011  --- lib/Interprocess.h.orig     Mon Apr  2 15:14:38 2012
 +++ lib/Interprocess.h  Sat Sep 10 20:54:08 2011  +++ lib/Interprocess.h  Fri Jun 28 19:29:36 2013
 @@ -1,3 +1,4 @@  @@ -1,6 +1,7 @@
    #pragma once
   
    #include <boost/interprocess/sync/scoped_lock.hpp>
 +#include <sys/param.h>  +#include <sys/param.h>
  #include <boost/interprocess/sync/interprocess_mutex.hpp>   #include <boost/interprocess/sync/interprocess_mutex.hpp>
  #include <boost/interprocess/sync/interprocess_condition.hpp>   #include <boost/interprocess/sync/interprocess_condition.hpp>
  #include <boost/interprocess/mapped_region.hpp>   #include <boost/interprocess/mapped_region.hpp>
 @@ -51,4 +52,4 @@ struct SharedMem  @@ -55,4 +56,4 @@ struct SharedMem
                 delete mr;                  delete mr;
                 boost::interprocess::shared_memory_object::remove("vcmi_memory");                  boost::interprocess::shared_memory_object::remove("vcmi_memory");
         }          }
 -};  -};
 \ No newline at end of file  \ No newline at end of file
 +};  +};

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb