From 73e4fd4e36b28e77acabccb7fb2961cfa74b02b5 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 22 Aug 2004 15:07:28 +0000 Subject: Fix build with gcc-3.4 --- russian/messarge/files/patch-mesdbc.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 russian/messarge/files/patch-mesdbc.c (limited to 'russian/messarge') diff --git a/russian/messarge/files/patch-mesdbc.c b/russian/messarge/files/patch-mesdbc.c new file mode 100644 index 000000000000..f537a1cb2779 --- /dev/null +++ b/russian/messarge/files/patch-mesdbc.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- mesdbc.c.orig Sun Aug 22 17:06:05 2004 ++++ mesdbc.c Sun Aug 22 17:06:23 2004 +@@ -1543,7 +1543,8 @@ + db->entry.boundl = 0; + db->entry.bound = 0; + case MAGIK_VV: +- }; ++ break; ++ }; + if (LLists_defined) + { if (var_size_defined < LLists_defined) + { bcopy( &db->entry.var[db->header.LList - LLists_defined] -- cgit v1.2.3