X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libelf%2Felf_nextscn.c;h=62cb8914c74207847e63d45ff473deee8f7a3d20;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=0d2bd666d767a099d1c3ad69af75b9bc683267e9;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/libelf/elf_nextscn.c b/libelf/elf_nextscn.c index 0d2bd66..62cb891 100644 --- a/libelf/elf_nextscn.c +++ b/libelf/elf_nextscn.c @@ -1,5 +1,5 @@ /* Get next section. - Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2015 Red Hat, Inc. This file is part of elfutils. Contributed by Ulrich Drepper , 1998. @@ -39,9 +39,7 @@ Elf_Scn * -elf_nextscn (elf, scn) - Elf *elf; - Elf_Scn *scn; +elf_nextscn (Elf *elf, Elf_Scn *scn) { Elf_Scn *result = NULL;