postgresql: Update from 9.6.2 to 9.6.3
[termux-packages] / packages / elfutils / elf_getaroff.c.patch
... / ...
CommitLineData
1diff -u -r ../elfutils-0.166/libelf/elf_getaroff.c ./libelf/elf_getaroff.c
2--- ../elfutils-0.166/libelf/elf_getaroff.c 2015-11-27 08:36:29.000000000 -0500
3+++ ./libelf/elf_getaroff.c 2016-05-04 13:07:06.547288608 -0400
4@@ -38,7 +38,7 @@
5 #include "libelfP.h"
6
7
8-off_t
9+loff_t
10 elf_getaroff (Elf *elf)
11 {
12 /* Be gratious, the specs demand it. */