From c7845863bb4e2e98a3cd2ee1e61a5cf448723863 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 May 2000 00:46:38 +0000 Subject: example of broken posix lock behaviour (This used to be commit b3999f3b20d470b9c873b297e7aeb043da61588d) --- source3/utils/locktest.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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}, -- cgit