Changeset f4b1535 in mainline for kernel/arch/ia64/src/ia64.c


Ignore:
Timestamp:
2009-04-09T23:04:10Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6eb2e96
Parents:
095003a8
Message:

str_ncpy() vs str_cpy(). TODO: The same in userspace.

File:
1 edited

Legend:

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

    r095003a8 rf4b1535  
    8888                    VRN_MASK;
    8989                init.tasks[i].size = bootinfo->taskmap.tasks[i].size;
    90                 str_ncpy(init.tasks[i].name, bootinfo->taskmap.tasks[i].name,
    91                         CONFIG_TASK_NAME_BUFLEN);
     90                str_cpy(init.tasks[i].name, CONFIG_TASK_NAME_BUFLEN,
     91                    bootinfo->taskmap.tasks[i].name);
    9292        }
    9393}
Note: See TracChangeset for help on using the changeset viewer.