blob: 2b7e4c214c661138c2e6a342aa91d0a10695458e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- killrpath.c.orig 2025-02-22 12:25:43 UTC
+++ killrpath.c
@@ -37,9 +37,9 @@
killrpath(const char *filename)
{
int fd;
- Elf_Ehdr ehdr;
+ absElf_Ehdr ehdr;
int i;
- Elf_Phdr phdr;
+ absElf_Phdr phdr;
void *dyns;
int dynpos;
|