You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Berin Lautenbach <be...@wingsofhermes.org> on 2004/01/26 10:16:24 UTC

FreeBSD errors in CVS build

Peoples,

There appear to be two (very!) minor typos in the 
FreeBSDPlatformUtils.cpp file in cvs.

I was going to enter a bug in nagoya, but it just didn't seem worth it 
for something so small :>.

Would someone be able to fix?

Cheers,
	Berin


Index: FreeBSDPlatformUtils.cpp
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/c/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp,v
retrieving revision 1.21
diff -r1.21 FreeBSDPlatformUtils.cpp
307c307
<                  XMLExcepts::File_CouldNotGetCurPos, manger);
---
 >                  XMLExcepts::File_CouldNotGetCurPos, manager);
546c546
<         atomicOpsMutex = new (fgMemoryManager) atomicOpsMutex();
---
 >         atomicOpsMutex = new (fgMemoryManager) XMLMutex();



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: FreeBSD errors in CVS build

Posted by David Cargill <ca...@ca.ibm.com>.



Hi Berin,
I will committ this change in a day or so when I check in a number of other
fixes.   Thanks.

Regards,
David A. Cargill
XML Parser Development
IBM Toronto Lab
(905) 413-2371, tie 969
cargilld@ca.ibm.com


                                                                           
             Berin Lautenbach                                              
             <berin@wingsofher                                             
             mes.org>                                                   To 
                                       xerces-c-dev@xml.apache.org         
             01/26/2004 04:16                                           cc 
             AM                                                            
                                                                   Subject 
                                       FreeBSD errors in CVS build         
             Please respond to                                             
               xerces-c-dev                                                
                                                                           
                                                                           
                                                                           
                                                                           




Peoples,

There appear to be two (very!) minor typos in the
FreeBSDPlatformUtils.cpp file in cvs.

I was going to enter a bug in nagoya, but it just didn't seem worth it
for something so small :>.

Would someone be able to fix?

Cheers,
             Berin


Index: FreeBSDPlatformUtils.cpp
===================================================================
RCS file:
/home/cvspublic/xml-xerces/c/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp,v

retrieving revision 1.21
diff -r1.21 FreeBSDPlatformUtils.cpp
307c307
<                  XMLExcepts::File_CouldNotGetCurPos, manger);
---
 >                  XMLExcepts::File_CouldNotGetCurPos, manager);
546c546
<         atomicOpsMutex = new (fgMemoryManager) atomicOpsMutex();
---
 >         atomicOpsMutex = new (fgMemoryManager) XMLMutex();



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org