update UKKQueue to be 64-bit compatible (although we're still not ready for 64-bits just yet)
This commit is contained in:
parent
8b87c14513
commit
f00043998d
|
@ -269,8 +269,8 @@ static UKKQueue * gUKKQueueSharedQueueSingleton = nil;
|
|||
|
||||
-(void) removePathFromQueue: (NSString*)path
|
||||
{
|
||||
int index = 0;
|
||||
int fd = -1;
|
||||
NSUInteger index = 0;
|
||||
int fd = -1;
|
||||
|
||||
AT_SYNCHRONIZED( self )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue