• lenz@mysql.com's avatar
    Portability fixes: · 6893e596
    lenz@mysql.com 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
    6893e596
NdbMutex.c 1.96 KB