From f7f020021051ae143d52925aad4c8729ba4da411 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 16 Sep 2001 08:24:44 +0000 Subject: Fix (I hope) for a number of little compile warnings found by the IRIX compilers on the build farm. Andrew Bartlett (This used to be commit 0ff0a91a6baf7cf6b3ca59a2b4067cc07e3f2f88) --- source3/torture/locktest2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/torture/locktest2.c') diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index d0808da638..2b74b77b64 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -95,7 +95,7 @@ static BOOL try_close(struct cli_state *c, int fstype, int fd) static BOOL try_lock(struct cli_state *c, int fstype, int fd, unsigned start, unsigned len, - int op) + enum brl_type op) { struct flock lock; @@ -292,7 +292,7 @@ static BOOL test_one(struct cli_state *cli[NSERVERS][NCONNECTIONS], unsigned len = rec->len; unsigned r1 = rec->r1; unsigned r2 = rec->r2; - unsigned op; + enum brl_type op; int server; BOOL ret[NSERVERS]; -- cgit