summaryrefslogtreecommitdiffstats
path: root/libelf/elf_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/elf_rand.c')
-rw-r--r--libelf/elf_rand.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libelf/elf_rand.c b/libelf/elf_rand.c
index cef4e448..f1850e7b 100644
--- a/libelf/elf_rand.c
+++ b/libelf/elf_rand.c
@@ -1,5 +1,5 @@
/* Select specific element in archive.
- Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
+ Copyright (C) 1998, 1999, 2000, 2002, 2015 Red Hat, Inc.
This file is part of elfutils.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1998.
@@ -38,9 +38,7 @@
size_t
-elf_rand (elf, offset)
- Elf *elf;
- size_t offset;
+elf_rand (Elf *elf, size_t offset)
{
/* Be gratious, the specs demand it. */
if (elf == NULL || elf->kind != ELF_K_AR)