Changeset 55b4437 in mainline


Ignore:
Timestamp:
2007-02-05T15:20:34Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2936eef
Parents:
28af62f
Message:

remove anonymous structure, add static qualifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/frame.c

    r28af62f r55b4437  
    9292 */
    9393
    94 struct {
     94typedef struct {
    9595        SPINLOCK_DECLARE(lock);
    9696        int count;
    9797        zone_t *info[ZONES_MAX];
    98 } zones;
     98} zones_t;
     99
     100static zones_t zones;
    99101
    100102
Note: See TracChangeset for help on using the changeset viewer.