summaryrefslogtreecommitdiff
path: root/system/pax-utils/fix-eitype.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-26 09:03:22 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-26 09:03:22 +0000
commit85b86f02ed820eb50edc2cc408f908494faaf8c3 (patch)
treede4086692b7e916d955288be17de6cde7558fe74 /system/pax-utils/fix-eitype.patch
parent720ad09e75e7c23299826ee512c4ebf409ceff89 (diff)
downloadpackages-85b86f02ed820eb50edc2cc408f908494faaf8c3.tar.gz
packages-85b86f02ed820eb50edc2cc408f908494faaf8c3.tar.bz2
packages-85b86f02ed820eb50edc2cc408f908494faaf8c3.tar.xz
packages-85b86f02ed820eb50edc2cc408f908494faaf8c3.zip
system/pax-utils: bump to 1.2.4
Diffstat (limited to 'system/pax-utils/fix-eitype.patch')
-rw-r--r--system/pax-utils/fix-eitype.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/pax-utils/fix-eitype.patch b/system/pax-utils/fix-eitype.patch
index fe54ee887..a9ea57963 100644
--- a/system/pax-utils/fix-eitype.patch
+++ b/system/pax-utils/fix-eitype.patch
@@ -23,6 +23,6 @@ diff -ru pax-utils-1.2.2.orig/paxelf.h pax-utils-1.2.2/paxelf.h
extern void unreadelf(elfobj *elf);
-extern const char *get_elfeitype(int ei_type, int type);
+extern const char *get_elfeitype(int ei_type, unsigned char type);
- extern const char *get_elfetype(elfobj *elf);
- extern const char *get_endian(elfobj *elf);
- extern const char *get_elfosabi(elfobj *elf);
+ extern const char *get_elfetype(const elfobj *elf);
+ extern const char *get_endian(const elfobj *elf);
+ extern const char *get_elfosabi(const elfobj *elf);