summaryrefslogtreecommitdiffstats
path: root/source/locking
diff options
context:
space:
mode:
Diffstat (limited to 'source/locking')
-rw-r--r--source/locking/locking_slow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/locking/locking_slow.c b/source/locking/locking_slow.c
index 7c273552242..58f17e3a928 100644
--- a/source/locking/locking_slow.c
+++ b/source/locking/locking_slow.c
@@ -968,12 +968,12 @@ mode file %s (%s)\n", fname, strerror(errno)));
/*******************************************************************
call the specified function on each entry under management by the
-share ode system
+share mode system
********************************************************************/
static int slow_share_forall(void (*fn)(share_mode_entry *, char *))
{
int i, count=0;
- void *dir;
+ DIR *dir;
char *s;
share_mode_entry e;