Skip to content

Commit

Permalink
Revert "Merge pull request eclipse-openj9#2245 from pdbain-ibm/jar"
Browse files Browse the repository at this point in the history
This reverts commit 49d6e21, reversing
changes made to a934baf.
  • Loading branch information
AdamBrousseau committed Jul 5, 2018
1 parent 003fae6 commit 947f57d
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 139 deletions.
10 changes: 5 additions & 5 deletions runtime/include/zipsup.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 1991, 2018 IBM Corp. and others
* Copyright (c) 1991, 2017 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -97,9 +97,9 @@ typedef struct J9ZipEntry {
U_8* filename;
U_8* extraField;
U_8* fileComment;
U_32 dataPointer;
U_32 filenamePointer;
U_32 extraFieldPointer;
I_32 dataPointer;
I_32 filenamePointer;
I_32 extraFieldPointer;
I_32 fileCommentPointer;
U_32 compressedSize;
U_32 uncompressedSize;
Expand All @@ -122,7 +122,7 @@ typedef struct J9ZipFile {
struct J9ZipCache* cache;
void* cachePool;
IDATA fd;
U_32 pointer;
I_32 pointer;
U_8 internalFilename[80];
U_8 type;
} J9ZipFile;
Expand Down
Loading

0 comments on commit 947f57d

Please sign in to comment.