blob: 9a8335465b55a9fce7a805e976b2e1eea65645a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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) {
|