• unknown's avatar
    Portability fixes: · 820a9c5f
    unknown authored
     - Moved a few DBUG_ENTER statements after the variable declarations to satisfy some
       compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) in ndb/src/common/portlib/NdbMutex.c
       and ndb/src/common/portlib/NdbThread.c
     - portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll() in 
       ndb/tools/config.cpp
    
    
    ndb/src/common/portlib/NdbMutex.c:
       - Moved a few DBUG_ENTER statements after the variable declarations to satisfy some
         compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r)
    ndb/src/common/portlib/NdbThread.c:
       - Moved a DBUG_ENTER statement after the variable declarations to satisfy some
         compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r)
    ndb/tools/config.cpp:
       - portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll()
    820a9c5f
NdbMutex.c 1.96 KB