summaryrefslogtreecommitdiff
path: root/devel/chrpath/files/patch-elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/chrpath/files/patch-elf.c')
-rw-r--r--devel/chrpath/files/patch-elf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/chrpath/files/patch-elf.c b/devel/chrpath/files/patch-elf.c
deleted file mode 100644
index 340cae861a9e..000000000000
--- a/devel/chrpath/files/patch-elf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- elf.c.orig 2003-12-19 21:07:00.000000000 +0000
-+++ elf.c 2009-12-01 20:39:21.000000000 +0000
-@@ -55,7 +55,7 @@
- if (ehdr->e_phentsize != sizeof(Elf_Phdr))
- {
- fprintf(stderr, "section size was read as %d, not %d!\n",
-- ehdr->e_phentsize, sizeof(Elf_Phdr));
-+ ehdr->e_phentsize, (int)sizeof(Elf_Phdr));
- close(fd);
- return -1;
- }