Ignore:
Timestamp:
10/15/09 18:46:08 (4 years ago)
Author:
perry
Message:

Tidy up thousands of little warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/libtrace_int.h

    r1444 r1450  
    214214        uint16_t hatype;                /* link-layer address type */ 
    215215        uint16_t halen;                 /* link-layer address length */ 
    216         char addr[8];                   /* link-layer address */ 
     216        unsigned char addr[8];          /* link-layer address */ 
    217217        uint16_t protocol;              /* protocol */ 
    218218} libtrace_sll_header_t; 
Note: See TracChangeset for help on using the changeset viewer.