aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-02-25 10:56:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-02-25 10:56:54 +0000
commit609991e87eaeb78d8e2684d9a4e632da42859e2f (patch)
treef4ddfb8922526f35f7d30a9120afba81f4905996 /gnu/lib/libregex
parent1c342d89cecca328e9af8f8e81561f2fd85b5dbc (diff)
downloadsrc-609991e87eaeb78d8e2684d9a4e632da42859e2f.tar.gz
src-609991e87eaeb78d8e2684d9a4e632da42859e2f.zip
Change warning hint to be more useful
Notes
Notes: svn path=/head/; revision=126224
Diffstat (limited to 'gnu/lib/libregex')
-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 015cb6dedd79..7356f9ffbe42 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>