sync trunk and branch setup for bug 400165. r=mento sr=bsmedberg a=schrep

This commit is contained in:
joshmoz@gmail.com 2007-11-09 11:45:34 -08:00
parent f0b08fa997
commit 007d97393b
2 changed files with 9 additions and 10 deletions

View File

@ -2316,11 +2316,12 @@ BadParameter:
/*****************************************************************************/
// This function exists in Mac OS X 10.5, we cannot re-define it here.
// We don't use this function, so just don't compile it.
#if 0
/* Renamed from FSVolumeMount to MFX_FSVolumeMount to avoid a conflict with
* the FSVolumeMount function present in the system library since Mac OS X
* 10.5. */
OSErr
FSVolumeMount(
MFX_FSVolumeMount(
const void *volMountInfo,
FSVolumeRefNum *volRefNum)
{
@ -2342,7 +2343,6 @@ BadParameter:
return ( result );
}
#endif
/*****************************************************************************/

View File

@ -1489,15 +1489,14 @@ FSGetVolMountInfo(
/*****************************************************************************/
#pragma mark FSVolumeMount
/* Renamed from FSVolumeMount to MFX_FSVolumeMount to avoid a conflict with
* the FSVolumeMount function present in the system library since Mac OS X
* 10.5. */
// This function exists in Mac OS X 10.5, we cannot re-define it here.
// We don't use this function, so just don't compile it.
#if 0
OSErr
FSVolumeMount(
MFX_FSVolumeMount(
const void *volMountInfo,
FSVolumeRefNum *volRefNum);
#endif
/*
The VolumeMount function mounts a volume using a volume mounting