summaryrefslogtreecommitdiff
path: root/archivers/fastjar/files/patch-jargrep.c
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-06 16:24:03 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-06 16:24:03 +0000
commit19d31ee14fa9665633650e5c230819fce210c21e (patch)
tree1517817f93b99aae0547364944cd39611ecbec11 /archivers/fastjar/files/patch-jargrep.c
parentFix build with gcc 3.4 (diff)
Fix build with gcc 3.4
Notes
Notes: svn path=/head/; revision=115516
Diffstat (limited to '')
-rw-r--r--archivers/fastjar/files/patch-jargrep.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/fastjar/files/patch-jargrep.c b/archivers/fastjar/files/patch-jargrep.c
new file mode 100644
index 000000000000..f18d3b5aaa73
--- /dev/null
+++ b/archivers/fastjar/files/patch-jargrep.c
@@ -0,0 +1,10 @@
+--- jargrep.c.orig Fri Aug 6 18:22:38 2004
++++ jargrep.c Fri Aug 6 18:23:10 2004
+@@ -573,6 +573,7 @@
+ break;
+ case 2:
+ /* fall through continue */
++ break;
+ }
+ }
+ } while(floop);