Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/eth/eth.h

    r854151c r4eca056  
    9191        /** Actual device hardware address. */
    9292        measured_string_t *addr;
    93        
    9493        /** Actual device hardware address data. */
    95         uint8_t *addr_data;
     94        char *addr_data;
    9695};
    9796
Note: See TracChangeset for help on using the changeset viewer.