From 95611dbf0305f40a666f070ceb8a9bed92e3b95e Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 28 Mar 2003 19:42:02 +0000 Subject: [PATCH] Signed field. --- kernel/ioctl/dm-ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/ioctl/dm-ioctl.h b/kernel/ioctl/dm-ioctl.h index c467760..5aeaa54 100644 --- a/kernel/ioctl/dm-ioctl.h +++ b/kernel/ioctl/dm-ioctl.h @@ -46,7 +46,7 @@ struct dm_ioctl { uint32_t data_start; /* offset to start of data * relative to start of this struct */ - uint32_t target_count; /* in/out */ + int32_t target_count; /* in/out */ int32_t open_count; /* out */ uint32_t flags; /* in/out */ -- 2.43.5