diff options
Diffstat (limited to 'sysutils/pesign/files/patch-include-libdpe-libdpe.h')
| -rw-r--r-- | sysutils/pesign/files/patch-include-libdpe-libdpe.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/pesign/files/patch-include-libdpe-libdpe.h b/sysutils/pesign/files/patch-include-libdpe-libdpe.h new file mode 100644 index 000000000000..26e629e19b52 --- /dev/null +++ b/sysutils/pesign/files/patch-include-libdpe-libdpe.h @@ -0,0 +1,11 @@ +--- include/libdpe/libdpe.h.orig 2015-01-16 09:43:46.000000000 +0100 ++++ include/libdpe/libdpe.h 2015-01-16 09:43:53.000000000 +0100 +@@ -78,7 +78,7 @@ extern Pe *pe_begin(int fildes, Pe_Cmd c + extern Pe *pe_clone(Pe *pe, Pe_Cmd cmd); + extern Pe *pe_memory(char *image, size_t size); + extern int pe_end(Pe *pe); +-extern loff_t pe_update(Pe *pe, Pe_Cmd cmd); ++extern off_t pe_update(Pe *pe, Pe_Cmd cmd); + extern Pe_Kind pe_kind(Pe *Pe) __attribute__ ((__pure__)); + extern Pe_Scn *pe_nextscn(Pe *pe, Pe_Scn *scn); + extern Pe_Scn *pe_getscn(Pe *pe, size_t idx); |
