From 756c72902fddc5cd8167280520d5ad1b56ffe174 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 12 Oct 2001 10:42:31 +0000 Subject: [PATCH] o made _single static --- tools/pvcreate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pvcreate.c b/tools/pvcreate.c index deccb2903..aefc37382 100644 --- a/tools/pvcreate.c +++ b/tools/pvcreate.c @@ -58,7 +58,7 @@ static int _check(const char *name) return 1; } -void _single(const char *name) +static void _single(const char *name) { struct physical_volume *pv;