Changeset b60c582 in mainline for kernel/arch/mips32/src/mips32.c


Ignore:
Timestamp:
2009-04-03T08:02:30Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2398ee9
Parents:
9be1d58
Message:

update for string changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mips32.c

    r9be1d58 rb60c582  
    9292                init.tasks[i].addr = bootinfo->tasks[i].addr;
    9393                init.tasks[i].size = bootinfo->tasks[i].size;
    94                 strncpy(init.tasks[i].name, bootinfo->tasks[i].name,
     94                str_ncpy(init.tasks[i].name, bootinfo->tasks[i].name,
    9595                        CONFIG_TASK_NAME_BUFLEN);
    9696        }
Note: See TracChangeset for help on using the changeset viewer.