diff options
author | Steven Danneman <steven.danneman@isilon.com> | 2009-11-24 18:38:46 -0800 |
---|---|---|
committer | Steven Danneman <steven.danneman@isilon.com> | 2009-12-02 17:28:51 -0800 |
commit | dfbb92e2a1c3478c9b1263adcc4818afe2acd6f7 (patch) | |
tree | 269a812f4d6cdb7146a4baeea7013ebe50a84ae5 /source4/torture/raw | |
parent | 438b7c41aecaad55f03d2f19a0f33bb57decefa9 (diff) | |
download | samba-dfbb92e2a1c3478c9b1263adcc4818afe2acd6f7.tar.gz samba-dfbb92e2a1c3478c9b1263adcc4818afe2acd6f7.tar.bz2 samba-dfbb92e2a1c3478c9b1263adcc4818afe2acd6f7.zip |
s4/torture: fix build warnings by removing unecessary const
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index f364d98bc3..77de1d8abe 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -1343,7 +1343,7 @@ struct double_lock_test { /** * Tests zero byte locks. */ -static const struct double_lock_test zero_byte_tests[] = { +static struct double_lock_test zero_byte_tests[] = { /* {pid, offset, count}, {pid, offset, count}, status */ /** First, takes a zero byte lock at offset 10. Then: |