Changeset 7329e6a in mainline for uspace/app/tasks/tasks.c


Ignore:
Timestamp:
2010-11-29T19:22:58Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5581b469
Parents:
3a4b3ba (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 mainline changes.

File:
1 edited

Legend:

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

    r3a4b3ba r7329e6a  
    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.