titus@2629: diff -ru gdb-6.8.orig/bfd/sysdep.h gdb-6.8/bfd/sysdep.h titus@2629: --- gdb-6.8.orig/bfd/sysdep.h 2007-07-03 16:26:42.000000000 +0200 titus@2629: +++ gdb-6.8/bfd/sysdep.h 2011-08-21 13:33:47.000000000 +0200 titus@2629: @@ -131,7 +131,7 @@ titus@2629: extern PTR realloc (); titus@2629: #endif titus@2629: titus@2629: -#if !HAVE_DECL_STPCPY titus@2629: +#if !HAVE_DECL_STPCPY && !defined(stpcpy) titus@2629: extern char *stpcpy (char *__dest, const char *__src); titus@2629: #endif titus@2629: