-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from HarithaIBM/patchFailFix
2.42.1 patch issue fixes
- Loading branch information
Showing
5 changed files
with
45 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/read-cache-ll.h b/read-cache-ll.h | ||
index 9a1a7ed..a99eef7 100644 | ||
--- a/read-cache-ll.h | ||
+++ b/read-cache-ll.h | ||
@@ -466,6 +466,10 @@ struct cache_entry *refresh_cache_entry(struct index_state *, struct cache_entry | ||
|
||
void set_alternate_index_output(const char *); | ||
|
||
+#ifdef __MVS__ | ||
+extern int ignore_file_tags; | ||
+#endif | ||
+ | ||
extern int verify_index_checksum; | ||
extern int verify_ce_order; | ||
|