svn commit: samba r23098 - in branches: SAMBA_3_0/source/modules SAMBA_3_0_26/source/modules

jpeach at samba.org jpeach at samba.org
Wed May 23 20:48:54 GMT 2007


Author: jpeach
Date: 2007-05-23 20:48:53 +0000 (Wed, 23 May 2007)
New Revision: 23098

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23098

Log:
Fix the case of the #include statements so this module can be built on a
case-sensitive filesystem.

Modified:
   branches/SAMBA_3_0/source/modules/charset_macosxfs.c
   branches/SAMBA_3_0_26/source/modules/charset_macosxfs.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/charset_macosxfs.c
===================================================================
--- branches/SAMBA_3_0/source/modules/charset_macosxfs.c	2007-05-23 20:46:07 UTC (rev 23097)
+++ branches/SAMBA_3_0/source/modules/charset_macosxfs.c	2007-05-23 20:48:53 UTC (rev 23098)
@@ -41,8 +41,8 @@
  * See if autoconf has found us the internal headers in some form.
  */
 #if HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H
-#	include <Corefoundation/CFStringEncodingConverter.h>
-#	include <Corefoundation/CFUnicodePrecomposition.h>
+#	include <CoreFoundation/CFStringEncodingConverter.h>
+#	include <CoreFoundation/CFUnicodePrecomposition.h>
 #	define USE_INTERNAL_API 1
 #elif HAVE_CFSTRINGENCODINGCONVERTER_H
 #	include <CFStringEncodingConverter.h>

Modified: branches/SAMBA_3_0_26/source/modules/charset_macosxfs.c
===================================================================
--- branches/SAMBA_3_0_26/source/modules/charset_macosxfs.c	2007-05-23 20:46:07 UTC (rev 23097)
+++ branches/SAMBA_3_0_26/source/modules/charset_macosxfs.c	2007-05-23 20:48:53 UTC (rev 23098)
@@ -41,8 +41,8 @@
  * See if autoconf has found us the internal headers in some form.
  */
 #if HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H
-#	include <Corefoundation/CFStringEncodingConverter.h>
-#	include <Corefoundation/CFUnicodePrecomposition.h>
+#	include <CoreFoundation/CFStringEncodingConverter.h>
+#	include <CoreFoundation/CFUnicodePrecomposition.h>
 #	define USE_INTERNAL_API 1
 #elif HAVE_CFSTRINGENCODINGCONVERTER_H
 #	include <CFStringEncodingConverter.h>



More information about the samba-cvs mailing list