summaryrefslogtreecommitdiffstats
path: root/etc/portage/patches/dev-util/rz-ghidra/crc32.patch
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-03-19 21:22:34 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2024-03-19 21:22:34 +0100
commitd1dc48a69521c8c6b91563c0efb9b81120b07e84 (patch)
treea899bd6c9b905b06a39f0e1eeeaa97031dbb0469 /etc/portage/patches/dev-util/rz-ghidra/crc32.patch
parentb (diff)
downloadn-d1dc48a69521c8c6b91563c0efb9b81120b07e84.tar
n-d1dc48a69521c8c6b91563c0efb9b81120b07e84.tar.gz
n-d1dc48a69521c8c6b91563c0efb9b81120b07e84.tar.bz2
n-d1dc48a69521c8c6b91563c0efb9b81120b07e84.tar.lz
n-d1dc48a69521c8c6b91563c0efb9b81120b07e84.tar.xz
n-d1dc48a69521c8c6b91563c0efb9b81120b07e84.tar.zst
n-d1dc48a69521c8c6b91563c0efb9b81120b07e84.zip
Diffstat (limited to 'etc/portage/patches/dev-util/rz-ghidra/crc32.patch')
-rw-r--r--etc/portage/patches/dev-util/rz-ghidra/crc32.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/portage/patches/dev-util/rz-ghidra/crc32.patch b/etc/portage/patches/dev-util/rz-ghidra/crc32.patch
deleted file mode 100644
index 484db41..0000000
--- a/etc/portage/patches/dev-util/rz-ghidra/crc32.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
---- a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
-+++ b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
-@@ -16,8 +16,8 @@
- /// \file crc32.hh
- /// \brief Table and function for computing a CRC32
-
--#ifndef __CRC32__
--#define __CRC32__
-+#ifndef __CRC32A__
-+#define __CRC32A__
-
- #include "types.h"