Changeset 941d1e9 in mainline for include/typedefs.h


Ignore:
Timestamp:
2005-09-29T22:47:42Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
922c7ce
Parents:
40a468a
Message:

Make cross-compiler the default compiler on IA-32.
For native compilations, use ./build.ia32 native.

Small changes elsewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/typedefs.h

    r40a468a r941d1e9  
    6565
    6666typedef struct buddy_system buddy_system_t;
    67 typedef struct buddy_operations buddy_operations_t;
     67typedef struct buddy_system_operations buddy_system_operations_t;
    6868
    6969typedef struct zone zone_t;
Note: See TracChangeset for help on using the changeset viewer.