summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-25 10:56:54 +0000
committerache <ache@FreeBSD.org>2004-02-25 10:56:54 +0000
commit747852023687e4fe4502cc616412a5e3568f56fd (patch)
treef4ddfb8922526f35f7d30a9120afba81f4905996
parent71424aefe16a0d60ee6544a02fb8e6f8cadbadf0 (diff)
downloadFreeBSD-src-747852023687e4fe4502cc616412a5e3568f56fd.zip
FreeBSD-src-747852023687e4fe4502cc616412a5e3568f56fd.tar.gz
Change warning hint to be more useful
-rw-r--r--gnu/lib/libregex/gnuregex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libregex/gnuregex.h b/gnu/lib/libregex/gnuregex.h
index 015cb6d..7356f9f 100644
--- a/gnu/lib/libregex/gnuregex.h
+++ b/gnu/lib/libregex/gnuregex.h
@@ -28,6 +28,6 @@
*/
#ifdef __GNUC__
-#warning "<gnuregex.h> has been replaced by <gnu/regex.h>"
+#warning "Use -I/usr/include/gnu and <regex.h> instead of <gnuregex.h>"
#endif
#include <gnu/regex.h>
OpenPOWER on IntegriCloud