update UKKQueue to be 64-bit compatible (although we're still not ready for 64-bits just yet)

This commit is contained in:
Mitchell Livingston 2009-04-17 02:36:12 +00:00
parent 8b87c14513
commit f00043998d
1 changed files with 2 additions and 2 deletions

View File

@ -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 )
{