From 1bcee2679d66f98932d800d6c88b70aeb7691b82 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 5 May 2007 20:43:06 +0000 Subject: r22688: Change lock_data in struct byte_range_lock from void * to struct lock_struct * (This used to be commit 8e0e278961ebf2fa4301874d522636699ace1b9b) --- source3/include/locking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/locking.h b/source3/include/locking.h index 4b3b10d736..a62b461c10 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -57,7 +57,7 @@ struct byte_range_lock { BOOL modified; BOOL read_only; struct lock_key key; - void *lock_data; + struct lock_struct *lock_data; }; #define BRLOCK_FN_CAST() \ -- cgit