diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/locking.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() \ |