Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gettext/gettext-tools/lib revert previous now that ...



details:   https://anonhg.NetBSD.org/src/rev/5e23651761bb
branches:  trunk
changeset: 791150:5e23651761bb
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 06 22:56:38 2013 +0000

description:
revert previous now that the config test is correct

diffstat:

 gnu/dist/gettext/gettext-tools/lib/stpcpy.h |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (14 lines):

diff -r 053361141658 -r 5e23651761bb gnu/dist/gettext/gettext-tools/lib/stpcpy.h
--- a/gnu/dist/gettext/gettext-tools/lib/stpcpy.h       Wed Nov 06 22:54:49 2013 +0000
+++ b/gnu/dist/gettext/gettext-tools/lib/stpcpy.h       Wed Nov 06 22:56:38 2013 +0000
@@ -29,10 +29,6 @@
 extern "C" {
 #endif
 
-#ifdef _FORTIFY_SOURCE
-#undef stpcpy
-#endif
-
 /* Copy SRC to DST, returning the address of the terminating '\0' in DST.  */
 extern char *stpcpy (char *dst, const char *src);
 



Home | Main Index | Thread Index | Old Index