dim 320e3c42d9 Add some additional const poison after r228972. The 'mapping' array in
lib/libc/gen/strtofflags.c became const, but gcc did not warn about
assigning its members to non-const pointers.  Clang warned about this
with:

lib/libc/gen/strtofflags.c:98:12: error: assigning to 'char *' from 'const char *' discards qualifiers [-Werror,-Wincompatible-pointer-types]
                        for (sp = mapping[i].invert ? mapping[i].name :
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reviewed by:	jilles
2011-12-30 20:41:24 +00:00
..
2008-10-22 21:56:57 +00:00
2011-11-26 16:49:25 +00:00
2011-10-01 12:19:48 +00:00
2011-10-01 12:19:48 +00:00
2011-03-26 07:17:24 +00:00
2009-12-05 18:55:16 +00:00
2011-05-25 14:13:53 +00:00
2011-03-16 08:58:09 +00:00
2011-03-16 08:58:09 +00:00
2011-06-18 00:29:10 +00:00
2009-11-25 04:45:45 +00:00
2011-12-20 22:56:13 +00:00
2011-12-20 22:56:44 +00:00
2009-03-04 01:01:26 +00:00
2009-03-04 01:01:26 +00:00
2011-02-04 16:40:50 +00:00
2010-02-02 19:44:51 +00:00
2010-01-20 11:59:46 +00:00
2008-03-13 10:25:30 +00:00
2011-02-04 16:40:50 +00:00
2009-05-07 13:49:48 +00:00
2010-01-24 14:44:05 +00:00
2010-01-17 15:43:14 +00:00
2007-10-30 15:26:20 +00:00
2006-04-18 21:37:24 +00:00
2009-11-25 04:45:45 +00:00