Ignore:
Timestamp:
Aug 27, 2007, 9:54:05 PM (18 years ago)
Author:
bird
Message:

Use the new type system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/kLdrModELFCommon.h

    r3537 r3567  
    4444
    4545typedef struct {
    46         uint32_t        n_namesz;       /* Length of name. */
    47         uint32_t        n_descsz;       /* Length of descriptor. */
    48         uint32_t        n_type;         /* Type of this note. */
     46        KU32    n_namesz;       /* Length of name. */
     47        KU32    n_descsz;       /* Length of descriptor. */
     48        KU32    n_type;         /* Type of this note. */
    4949} Elf_Note;
    5050
Note: See TracChangeset for help on using the changeset viewer.