Changeset eff1a590 in mainline for uspace/srv/devman/devman.c


Ignore:
Timestamp:
2010-03-25T14:47:20Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1769ee
Parents:
a087f2e
Message:

parts of code of a dummy root HW device driver for ia32 platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/devman.c

    ra087f2e reff1a590  
    591591        size_t pathsize = (str_size(node->name) + 1);   
    592592        if (NULL != parent) {           
    593                 pathsize += str_size(parent->name) + 1;         
     593                pathsize += str_size(parent->pathname) + 1;             
    594594        }
    595595       
Note: See TracChangeset for help on using the changeset viewer.