• unknown's avatar
    Sun compiler fixes. · 01a21f8a
    unknown authored
    
    storage/ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
      Add missing return value, otherwise Sun compiler complains.
    01a21f8a
DbtupFixAlloc.cpp 8.93 KB