summaryrefslogtreecommitdiff
path: root/source3/torture/locktest.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2006-12-18 20:37:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:36 -0500
commitef4c2088c5f1de5d8665061963acdd1d71500cd8 (patch)
tree10f9d33ecb6d8bc643f0eae9ba4126057f5626e7 /source3/torture/locktest.c
parent91626a4497e6bf99e436db344e19e2e2e4dd967e (diff)
downloadsamba-ef4c2088c5f1de5d8665061963acdd1d71500cd8.tar.gz
samba-ef4c2088c5f1de5d8665061963acdd1d71500cd8.tar.bz2
samba-ef4c2088c5f1de5d8665061963acdd1d71500cd8.zip
r20245: merge 20244 from samba_3_0_24
get rid of more nested extern declarations warnings (This used to be commit e9df051f5201843e3428ddbed7a719553c2e799a)
Diffstat (limited to 'source3/torture/locktest.c')
-rw-r--r--source3/torture/locktest.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c
index c3200ca038..31fd0225f8 100644
--- a/source3/torture/locktest.c
+++ b/source3/torture/locktest.c
@@ -36,6 +36,9 @@ static unsigned min_length = 0;
static BOOL exact_error_codes;
static BOOL zero_zero;
+extern char *optarg;
+extern int optind;
+
#define FILENAME "\\locktest.dat"
#define READ_PCT 50
@@ -581,8 +584,6 @@ static void usage(void)
int main(int argc,char *argv[])
{
char *share[NSERVERS];
- extern char *optarg;
- extern int optind;
int opt;
char *p;
int seed, server;