Changeset ba519f7 in mainline for uspace/app/tasks/tasks.c


Ignore:
Timestamp:
2010-12-02T17:21:30Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3bd76491
Parents:
8ad673a (diff), 41a7f62 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tasks/tasks.c

    r8ad673a rba519f7  
    7777                order_suffix(stats_tasks[i].kcycles, &kcycles, &ksuffix);
    7878               
    79                 printf("%8" PRIu64 "%8u %8" PRIu64"%c %12"
     79                printf("%8" PRIu64 "%8zu %8" PRIu64 "%c %12"
    8080                    PRIu64 "%c %12" PRIu64 "%c %s\n", stats_tasks[i].task_id,
    8181                    stats_tasks[i].threads, virtmem, vmsuffix, ucycles, usuffix,
     
    160160        }
    161161       
    162         printf("%s: %u CPU(s) detected\n", NAME, count);
     162        printf("%s: %zu CPU(s) detected\n", NAME, count);
    163163       
    164164        size_t i;
Note: See TracChangeset for help on using the changeset viewer.