]> sourceware.org Git - dm.git/commitdiff
Signed field.
authorAlasdair Kergon <agk@redhat.com>
Fri, 28 Mar 2003 19:42:02 +0000 (19:42 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 28 Mar 2003 19:42:02 +0000 (19:42 +0000)
kernel/ioctl/dm-ioctl.h

index c4677605c2915b0c1eb7586cf7057a974221ff1e..5aeaa545304e0cb549d90216297bb134dca4a2cb 100644 (file)
@@ -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 */
 
This page took 0.02453 seconds and 5 git commands to generate.