summaryrefslogtreecommitdiff
path: root/sysutils/pesign/files/patch-libdpe-pe_update.c
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2015-01-21 13:40:24 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2015-01-21 13:40:24 +0000
commitb7ec4f61830ee08f4987d34baf45a8ca1117f671 (patch)
tree269301c4e3bfc3ac6da81d2046fa612797f19d91 /sysutils/pesign/files/patch-libdpe-pe_update.c
parentBump PORTREVISION after r377564. (diff)
New port: sysutils/pesign
Signing tool for PE-COFF binaries, hopefully at least vaguely compliant with the PE and Authenticode specifications. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sysutils/pesign/files/patch-libdpe-pe_update.c')
-rw-r--r--sysutils/pesign/files/patch-libdpe-pe_update.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/pesign/files/patch-libdpe-pe_update.c b/sysutils/pesign/files/patch-libdpe-pe_update.c
new file mode 100644
index 000000000000..9a8335465b55
--- /dev/null
+++ b/sysutils/pesign/files/patch-libdpe-pe_update.c
@@ -0,0 +1,11 @@
+--- libdpe/pe_update.c.orig 2015-01-16 09:50:40.000000000 +0100
++++ libdpe/pe_update.c 2015-01-16 09:50:47.000000000 +0100
+@@ -75,7 +75,7 @@ write_file(Pe *pe, off_t size, size_t sh
+ return size;
+ }
+
+-loff_t
++off_t
+ pe_update(Pe *pe, Pe_Cmd cmd)
+ {
+ if (cmd != PE_C_NULL && cmd != PE_C_WRITE && cmd != PE_C_WRITE_MMAP) {