head 1.2; access; symbols pkgsrc-2014Q3:1.1.0.8 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.6 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2014.10.07.15.50.03; author mef; state dead; branches; next 1.1; commitid yDzvXof1xVL0IhTx; 1.1 date 2013.12.06.07.27.15; author mef; state Exp; branches; next ; commitid UZHnqKEPuxygI2gx; desc @@ 1.2 log @Sorry, removing left out patch. @ text @$NetBSD: patch-fileio_c,v 1.1 2013/12/06 07:27:15 mef Exp $ To fix the warning: fileio.c:957:3: warning: implicit declaration of function 'elf_getshdrstrndx' in libelf-0.8.13, elf_getshdrstrndx is declared in libelf/libelf.h, so that header file is to come first in if..elfif..endif clause. --- fileio.c~ 2013-10-06 18:37:49.000000000 +0900 +++ fileio.c 2013-10-06 18:38:23.000000000 +0900 @@@@ -29,10 +29,10 @@@@ #include #ifdef HAVE_LIBELF -#ifdef HAVE_LIBELF_H -#include -#elif defined(HAVE_LIBELF_LIBELF_H) +#ifdef HAVE_LIBELF_LIBELF_H #include +#elif defined(HAVE_LIBELF_H) +#include #endif #define EM_AVR32 0x18ad /* inofficial */ #endif @ 1.1 log @(Upstream) - Bump version 5.11 to 6.0.1 (See cvs log for Makefile for changes). (pkgsrc) - Add patches/patch-fileio_c to avoid following problem: fileio.c:957:3: warning: implicit declaration of function 'elf_getshdrstrndx' @ text @d1 1 a1 1 $NetBSD$ @