diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-05 00:46:38 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-05 00:46:38 +0000 |
commit | c7845863bb4e2e98a3cd2ee1e61a5cf448723863 (patch) | |
tree | e7f2443dcd35bb8c315c44401c0c1d512519dfb8 /source3/utils/locktest.c | |
parent | 045469493c2870cb1d63c964b18afc5e2210dcd5 (diff) | |
download | samba-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/locktest.c')
-rw-r--r-- | source3/utils/locktest.c | 8 |
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}, |