=================================================================== RCS file: /cvs/ports/games/vcmi/patches/Attic/patch-lib_Interprocess_h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/vcmi/patches/Attic/patch-lib_Interprocess_h 2011/11/13 21:44:30 1.1 +++ ports/games/vcmi/patches/Attic/patch-lib_Interprocess_h 2013/06/29 02:56:57 1.2 @@ -1,15 +1,18 @@ -$OpenBSD: patch-lib_Interprocess_h,v 1.1 2011/11/13 21:44:30 yason Exp $ ---- lib/Interprocess.h.orig Sat Sep 10 20:53:31 2011 -+++ lib/Interprocess.h Sat Sep 10 20:54:08 2011 -@@ -1,3 +1,4 @@ +$OpenBSD: patch-lib_Interprocess_h,v 1.2 2013/06/29 02:56:57 kirby Exp $ +--- lib/Interprocess.h.orig Mon Apr 2 15:14:38 2012 ++++ lib/Interprocess.h Fri Jun 28 19:29:36 2013 +@@ -1,6 +1,7 @@ + #pragma once + + #include +#include #include #include #include -@@ -51,4 +52,4 @@ struct SharedMem +@@ -55,4 +56,4 @@ struct SharedMem delete mr; boost::interprocess::shared_memory_object::remove("vcmi_memory"); } --}; +-}; \ No newline at end of file +};