summaryrefslogtreecommitdiff
path: root/source/libsmb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-14 08:01:44 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-14 08:01:44 +0000
commit6b9ee7662c7afa70f6b20889e6b0ae1dcd677f9f (patch)
tree435e728ed55c590533bc11775abc747257cd8783 /source/libsmb
parent1b54cb4a33a65e62c2e3189b78ef073869a60c75 (diff)
downloadsamba-6b9ee7662c7afa70f6b20889e6b0ae1dcd677f9f.tar.gz
damn, Solaris already has a "enum lock_type"
changed it to "enum brl_type"
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/clientgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index 1c9a2123cce..3497fb0f141 100644
--- a/source/libsmb/clientgen.c
+++ b/source/libsmb/clientgen.c
@@ -1345,7 +1345,7 @@ BOOL cli_close(struct cli_state *cli, int fnum)
lock a file
****************************************************************************/
BOOL cli_lock(struct cli_state *cli, int fnum,
- uint32 offset, uint32 len, int timeout, enum lock_type lock_type)
+ uint32 offset, uint32 len, int timeout, enum brl_type lock_type)
{
char *p;
int saved_timeout = cli->timeout;