Changeset 5b382774 in mainline for uspace/lib/nic/src/nic_addr_db.c


Ignore:
Timestamp:
2012-07-24T14:19:58Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4a6da62
Parents:
2696a76
Message:

Added member_to_inst() to macros.h in uspace and kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_addr_db.c

    r2696a76 r5b382774  
    3535 * @brief Generic hash-set based database of addresses
    3636 */
     37#include "nic_addr_db.h"
    3738#include <assert.h>
    3839#include <stdlib.h>
     
    4041#include <errno.h>
    4142#include <mem.h>
    42 
    43 #include "nic_addr_db.h"
    44 #include "adt/hash_table.h"
    45 //#include "string.h"
     43#include <adt/hash_table.h>
     44#include <macros.h>
     45
    4646
    4747
Note: See TracChangeset for help on using the changeset viewer.