opnsense-ports/sysutils/pesign/files/patch-libdpe-pe_update.c
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

11 lines
324 B
C

--- 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) {