From: magnus.blaudd Date: June 7 2011 12:25pm Subject: bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:4442) List-Archive: http://lists.mysql.com/commits/138768 Message-Id: <20110607122542.3F3F9134077@pilot> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/msvensson/mysql/tmp/r39nPFg5ZZ/mysql-5.1-telco-7.0/ based on revid:jan.wedvik@stripped 4442 magnus.blaudd@stripped 2011-06-07 [merge] Merge modified: storage/ndb/src/common/portlib/CMakeLists.txt storage/ndb/src/common/util/ndbzio.c === modified file 'storage/ndb/src/common/portlib/CMakeLists.txt' --- a/storage/ndb/src/common/portlib/CMakeLists.txt 2011-05-11 12:23:24 +0000 +++ b/storage/ndb/src/common/portlib/CMakeLists.txt 2011-05-25 06:52:33 +0000 @@ -40,5 +40,7 @@ TARGET_LINK_LIBRARIES(NdbDir-t ndbportli ADD_EXECUTABLE(NdbGetInAddr-t NdbTCP.cpp) SET_TARGET_PROPERTIES(NdbGetInAddr-t PROPERTIES COMPILE_FLAGS "-DTEST_NDBGETINADDR") +TARGET_LINK_LIBRARIES(NdbGetInAddr-t ${LIBSOCKET} ${LIBNSL}) + === modified file 'storage/ndb/src/common/util/ndbzio.c' --- a/storage/ndb/src/common/util/ndbzio.c 2011-04-18 14:15:23 +0000 +++ b/storage/ndb/src/common/util/ndbzio.c 2011-05-24 14:34:41 +0000 @@ -167,9 +167,11 @@ void ndbz_free(voidpf opaque, voidpf add } #ifdef _WIN32 -/* Windows doesn't define ENOTSUP, define it same as Solaris */ +#ifndef ENOTSUP +/* If Windows doesn't define ENOTSUP, define it same as Solaris */ #define ENOTSUP 48 #endif +#endif #ifndef HAVE_POSIX_MEMALIGN static inline int posix_memalign(void **memptr, size_t alignment, size_t size) No bundle (reason: revision is a merge (you can force generation of a bundle with env var BZR_FORCE_BUNDLE=1)).