diff options
author | B. Watson <yalhcru@gmail.com> | 2019-11-29 02:31:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:19 +0700 |
commit | f0aa4dec5a7921d78834e68e19b867d110ce0e82 (patch) | |
tree | 17a5b0232cce01f9c94c52e3a28dc63cfa7e3c73 /development/xa/dxa-valgrind-patch.txt | |
parent | 21086672ce4bf711e0c6618cc6e573a6f09e1d50 (diff) |
development/xa: Updated for version 2.3.10.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/xa/dxa-valgrind-patch.txt')
-rw-r--r-- | development/xa/dxa-valgrind-patch.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/development/xa/dxa-valgrind-patch.txt b/development/xa/dxa-valgrind-patch.txt deleted file mode 100644 index 92a5658f69d3..000000000000 --- a/development/xa/dxa-valgrind-patch.txt +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tools/dxa-0.1.3/scan.c b/tools/dxa-0.1.3/scan.c -index e7855f8..586d31b 100644 ---- a/tools/dxa-0.1.3/scan.c -+++ b/tools/dxa-0.1.3/scan.c -@@ -597,6 +597,7 @@ int ScanSpecified (void) - (unsigned int)entry->address); - return 1; - } -+ entry = FindNextEntryType (NULL, ~0, RTN_SURE); - DeleteEntry (entry); - } - |