diff options
author | Jeff Dike <jdike@addtoit.com> | 2008-02-05 07:30:48 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 18:44:26 +0100 |
commit | 8299ca5ce10c9532848bd2e5526ba975f8d80d1d (patch) | |
tree | bf907a849446fea6480b715fbac0f77d4166e0fd /arch/um/os-Linux | |
parent | UML - Fix build in 2.6.24-rc2-mm1 (diff) | |
download | linux-8299ca5ce10c9532848bd2e5526ba975f8d80d1d.tar.xz linux-8299ca5ce10c9532848bd2e5526ba975f8d80d1d.zip |
uml: reconst a parameter
The previous const-ing patch consted a string which shouldn't have
been, and I didn't notice the gcc warning.
ubd_setup can't take a const char * because its address is assigned to
something which expects a char *arg. Many setups modify the string
they are given, they can't be const.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/os-Linux')
0 files changed, 0 insertions, 0 deletions