Changeset 98000fb in mainline for kernel/generic/src/mm/backend_anon.c


Ignore:
Timestamp:
2009-06-03T19:34:45Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
301ff30
Parents:
69e68e3
Message:

remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/backend_anon.c

    r69e68e3 r98000fb  
    196196                for (i = 0; i < node->keys; i++) {
    197197                        uintptr_t base = node->key[i];
    198                         count_t count = (count_t) node->value[i];
     198                        size_t count = (size_t) node->value[i];
    199199                        unsigned int j;
    200200                       
Note: See TracChangeset for help on using the changeset viewer.