command-not-found: Update with new executables
[termux-packages] / packages / libelf / elf_getaroff.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../elfutils-0.159/libelf/elf_getaroff.c ./libelf/elf_getaroff.c
2--- ../elfutils-0.159/libelf/elf_getaroff.c 2014-02-05 01:21:44.000000000 +0100
3+++ ./libelf/elf_getaroff.c 2014-05-30 15:05:42.226191850 +0200
4@@ -38,7 +38,7 @@
5 #include "libelfP.h"
6
7
8-off_t
9+loff_t
10 elf_getaroff (elf)
11 Elf *elf;
12 {