Changeset 98000fb in mainline for kernel/genarch/src/ofw/ofw_tree.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/genarch/src/ofw/ofw_tree.c

    r69e68e3 r98000fb  
    248248        char buf[NAME_BUF_LEN + 1];
    249249        ofw_tree_node_t *node = ofw_root;
    250         index_t i, j;
     250        size_t i;
     251        size_t j;
    251252       
    252253        if (path[0] != '/')
Note: See TracChangeset for help on using the changeset viewer.