From 334c6e4bbb97a4c0656e1b07c3e6a565f68eae2b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 28 Nov 2008 22:21:10 +0000 Subject: The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. --- ot_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_mutex.c') diff --git a/ot_mutex.c b/ot_mutex.c index a7b583b..b6da4be 100644 --- a/ot_mutex.c +++ b/ot_mutex.c @@ -174,7 +174,7 @@ void mutex_workqueue_canceltask( int64 socket ) { /* Free task's iovec */ for( i=0; i<(*task)->iovec_entries; ++i ) - munmap( iovec[i].iov_base , iovec[i].iov_len ); + munmap( iovec[i].iov_base, iovec[i].iov_len ); *task = (*task)->next; free( ptask ); -- cgit v1.2.3