From: guenther Date: Sun, 20 Jul 2014 01:47:17 +0000 (+0000) Subject: Update regress to match change in stpcpy() linker message X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c9f2d57a87e6ebf1b8f1fe8910161b40f367127d;p=openbsd Update regress to match change in stpcpy() linker message Noted by Doug Hogan (doug (at) acyclic.org) --- diff --git a/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp b/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp index 0ccabf8b684..71ccf1c76da 100644 --- a/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp +++ b/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp @@ -1 +1 @@ -: warning: stpcpy() is dangerous GNU crap; don't use it +: warning: stpcpy() is dangerous; do not use it diff --git a/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp b/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp index 0ccabf8b684..71ccf1c76da 100644 --- a/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp +++ b/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp @@ -1 +1 @@ -: warning: stpcpy() is dangerous GNU crap; don't use it +: warning: stpcpy() is dangerous; do not use it