diff options
author | Alasdair Kergon <agk@redhat.com> | 2010-07-09 15:34:40 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2010-07-09 15:34:40 +0000 |
commit | 08f1ddea6c5d3679fe44e8fef73e8c8f3b11d705 (patch) | |
tree | 71a0e07016fc9b9e447521ace11040c052cdfcd2 /tools/vgremove.c | |
parent | 3e404aea3a8aef79d8e8b39743f55efc8f7bca04 (diff) | |
download | lvm2-08f1ddea6c5d3679fe44e8fef73e8c8f3b11d705.tar.gz |
Use __attribute__ consistently throughout.
Diffstat (limited to 'tools/vgremove.c')
-rw-r--r-- | tools/vgremove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vgremove.c b/tools/vgremove.c index ce0334754..67e3767b4 100644 --- a/tools/vgremove.c +++ b/tools/vgremove.c @@ -17,7 +17,7 @@ static int vgremove_single(struct cmd_context *cmd, const char *vg_name, struct volume_group *vg, - void *handle __attribute((unused))) + void *handle __attribute__((unused))) { unsigned lv_count, missing; force_t force; |