summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-05 00:46:38 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-05 00:46:38 +0000
commitc7845863bb4e2e98a3cd2ee1e61a5cf448723863 (patch)
treee7f2443dcd35bb8c315c44401c0c1d512519dfb8 /source3/utils
parent045469493c2870cb1d63c964b18afc5e2210dcd5 (diff)
downloadsamba-c7845863bb4e2e98a3cd2ee1e61a5cf448723863.tar.gz
samba-c7845863bb4e2e98a3cd2ee1e61a5cf448723863.tar.bz2
samba-c7845863bb4e2e98a3cd2ee1e61a5cf448723863.zip
example of broken posix lock behaviour
(This used to be commit b3999f3b20d470b9c873b297e7aeb043da61588d)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/locktest.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/utils/locktest.c b/source3/utils/locktest.c
index 8738116a04..3b2d2be13e 100644
--- a/source3/utils/locktest.c
+++ b/source3/utils/locktest.c
@@ -50,6 +50,14 @@ struct record {
};
static struct record preset[] = {
+{77, 11, 0, 0, 2432, 480, 1},
+{13, 11, 0, 0, 2624, 224, 1},
+{16, 19, 0, 1, 448, 1344, 1},
+{21, 96, 0, 0, 2144, 640, 1},
+{53, 5, 1, 1, 2336, 608, 1},
+
+
+
{36, 5, 0, 0, 0, 8, 1},
{ 2, 6, 0, 1, 0, 1, 1},
{53, 92, 0, 0, 0, 0, 1},