From 97ae6904dfe5cc7ca486e50362103a72f68c557c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 May 2004 13:44:45 +0200 Subject: [PATCH] portability fix for MACOSX bugreport 3735 ndb/src/ndbapi/Ndberr.cpp: Rename: ndb/src/ndbapi/Ndberror.cpp -> ndb/src/ndbapi/Ndberr.cpp --- ndb/src/ndbapi/Makefile | 2 +- ndb/src/ndbapi/{Ndberror.cpp => Ndberr.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ndb/src/ndbapi/{Ndberror.cpp => Ndberr.cpp} (100%) diff --git a/ndb/src/ndbapi/Makefile b/ndb/src/ndbapi/Makefile index 328bb5e3741..f4c82e5d6ba 100644 --- a/ndb/src/ndbapi/Makefile +++ b/ndb/src/ndbapi/Makefile @@ -31,7 +31,7 @@ SOURCES = \ Ndblist.cpp \ Ndbif.cpp \ Ndbinit.cpp \ - Ndberror.cpp \ + Ndberr.cpp \ ndberror.c \ NdbErrorOut.cpp \ NdbConnection.cpp \ diff --git a/ndb/src/ndbapi/Ndberror.cpp b/ndb/src/ndbapi/Ndberr.cpp similarity index 100% rename from ndb/src/ndbapi/Ndberror.cpp rename to ndb/src/ndbapi/Ndberr.cpp