Module Name:    src
Committed By:   matt
Date:           Wed Dec 16 06:22:02 UTC 2009

Modified Files:
        src/gnu/dist/gdb6/bfd [matt-nb5-mips64]: sysdep.h

Log Message:
Some config.h contain HAVE_STPCPY but sysdep.h wants HAVE_DECL_STPCPY so check
for both.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.32.1 src/gnu/dist/gdb6/bfd/sysdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/gdb6/bfd/sysdep.h
diff -u src/gnu/dist/gdb6/bfd/sysdep.h:1.1.1.1 src/gnu/dist/gdb6/bfd/sysdep.h:1.1.1.1.32.1
--- src/gnu/dist/gdb6/bfd/sysdep.h:1.1.1.1	Mon May 15 14:16:55 2006
+++ src/gnu/dist/gdb6/bfd/sysdep.h	Wed Dec 16 06:22:02 2009
@@ -130,7 +130,7 @@
 extern PTR realloc ();
 #endif
 
-#if !HAVE_DECL_STPCPY
+#if !HAVE_DECL_STPCPY && !HAVE_STPCPY
 extern char *stpcpy (char *__dest, const char *__src);
 #endif
 

Reply via email to