~kaktusjoe/libroot/root-6.12.06-6

« back to all changes in this revision

Viewing changes to debian/patches/hackZipLZ4.patch

  • Committer: Joseph F. Boudreau
  • Date: 2018-09-30 20:47:33 UTC
  • Revision ID: boudreau@pitt.edu-20180930204733-s7578okpgxr51e8m
remove patch, it did not work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
35,36c35,41
2
 
< extern "C" void XXH64_canonicalFromHash(XXH64_canonical_t *dst, XXH64_hash_t hash);
3
 
< extern "C" XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t *src);
4
 
---
5
 
> extern "C" void XXH64_canonicalFromHash(XXH64_canonical_t *dst, XXH64_hash_t hash) {
6
 
>   std::cout << "Sorry.  If you need routine XXH64_canonicalFromHash then you are doomed. Thank you for using root." << std::endl;
7
 
> }
8
 
> extern "C" XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t *src) {
9
 
>   std::cout << "Sorry.  If you need routine XXH64_hashFromCanonical then you are doomed. Thank you for using root." << std::endl;
10
 
>   return 0;
11
 
> }
12
 
146c151
13
 
< }
14
 
\ No newline at end of file
15
 
---
16
 
> }