From 59ec7a8ae187b741242958a050aee61f14777baa Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 13 Aug 2006 12:39:38 +0200 Subject: [GCC4] fix build error in drivers/md/lvm-internal.h This patch fixes this error with gcc 4 : lvm.c:397: error: static declaration of 'vg_count' follows non-static declaration lvm-internal.h:48: error: previous declaration of 'vg_count' was here --- drivers/md/lvm-internal.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/md/lvm-internal.h b/drivers/md/lvm-internal.h index f95069e..aca8632 100644 --- a/drivers/md/lvm-internal.h +++ b/drivers/md/lvm-internal.h @@ -45,7 +45,6 @@ extern int loadtime; extern const char *const lvm_name; -extern uint vg_count; extern vg_t *vg[]; extern struct file_operations lvm_chr_fops; -- 1.4.2