13 lines
350 B
Diff
13 lines
350 B
Diff
diff -u -r ../elfutils-0.166/libelf/elf_getaroff.c ./libelf/elf_getaroff.c
|
|
--- ../elfutils-0.166/libelf/elf_getaroff.c 2015-11-27 08:36:29.000000000 -0500
|
|
+++ ./libelf/elf_getaroff.c 2016-05-04 13:07:06.547288608 -0400
|
|
@@ -38,7 +38,7 @@
|
|
#include "libelfP.h"
|
|
|
|
|
|
-off_t
|
|
+loff_t
|
|
elf_getaroff (Elf *elf)
|
|
{
|
|
/* Be gratious, the specs demand it. */
|