diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-06 16:24:03 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-06 16:24:03 +0000 |
commit | 19d31ee14fa9665633650e5c230819fce210c21e (patch) | |
tree | 1517817f93b99aae0547364944cd39611ecbec11 /archivers | |
parent | 460397d43592f2d183b9af27e4ef08d3256c89ce (diff) | |
download | ports-19d31ee14fa9665633650e5c230819fce210c21e.tar.gz ports-19d31ee14fa9665633650e5c230819fce210c21e.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/files/patch-jargrep.c | 10 |
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); |