diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 15:07:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 15:07:28 +0000 |
commit | 73e4fd4e36b28e77acabccb7fb2961cfa74b02b5 (patch) | |
tree | 5b6c1dcce2113af0817df53cda93a806005c5438 /russian/messarge | |
parent | e0d1bf7bbfa2e3c7e7e956ed352a03aaaa0a4a12 (diff) | |
download | ports-73e4fd4e36b28e77acabccb7fb2961cfa74b02b5.tar.gz ports-73e4fd4e36b28e77acabccb7fb2961cfa74b02b5.zip |
Fix build with gcc-3.4
Notes
Notes:
svn path=/head/; revision=117029
Diffstat (limited to 'russian/messarge')
-rw-r--r-- | russian/messarge/files/patch-mesdbc.c | 15 |
1 files changed, 15 insertions, 0 deletions
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] |