/*
- * Copyright (c) 2000-2005, 2009-2011 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2005, 2009-2011, 2013 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
/* send the keys and patterns, fetch the associated result from the server */
status = configget_m(storePrivate->server,
myKeysRef,
- myKeysLen,
+ (mach_msg_type_number_t)myKeysLen,
myPatternsRef,
- myPatternsLen,
+ (mach_msg_type_number_t)myPatternsLen,
&xmlDictRef,
&xmlDictLen,
(int *)&sc_status);
/* send the key & fetch the associated data from the server */
status = configget(storePrivate->server,
myKeyRef,
- myKeyLen,
+ (mach_msg_type_number_t)myKeyLen,
&xmlDataRef,
&xmlDataLen,
&newInstance,