Paul Jackson
82da2c3727
[PATCH] lib/string.c cleanup: restore useful memmove const
...
A couple of (char *) casts removed in a previous cleanup patch in
lib/string.c:memmove() were actually useful, as they suppressed a couple of
warnings:
assignment discards qualifiers from pointer target type
Fix by declaring the local variable const in the first place, so casts
aren't needed to strip the const qualifier.
Signed-off-by: Paul Jackson <pj@sgi.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-10-30 17:37:27 -08:00
..
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-08-17 13:07:28 -07:00
2005-10-18 08:26:15 -07:00
2005-10-30 17:37:21 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-08 14:41:27 -07:00
2005-08-07 10:00:40 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-14 21:47:01 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:26 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-21 18:46:18 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:19 -08:00
2005-08-05 16:23:21 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:25:54 -07:00
2005-09-08 14:41:27 -07:00
2005-10-30 17:37:27 -08:00
2005-09-10 10:06:21 -07:00
2005-09-07 18:26:54 -07:00
2005-10-28 10:13:16 -07:00
2005-10-28 08:16:47 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-10 10:06:21 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-08 15:00:57 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:58:47 -07:00
2005-05-01 08:58:47 -07:00
2005-09-05 00:06:14 -07:00
2005-06-25 16:25:02 -07:00
2005-06-21 18:46:13 -07:00
2005-09-10 10:06:31 -07:00
2005-09-10 10:06:21 -07:00
2005-10-30 17:37:27 -08:00
2005-10-28 08:16:47 -07:00
2005-10-08 15:00:57 -07:00
2005-10-08 15:00:57 -07:00
2005-10-08 15:00:57 -07:00
2005-08-23 18:43:46 -07:00