summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/create.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-10-25 03:39:31 +0000
committermarcel <marcel@FreeBSD.org>2004-10-25 03:39:31 +0000
commitf183d1d12b29c910159bf63c216cd80dd378c09c (patch)
treec63a7e4dbcc21dc831c5a67c004f13855c4a48a2 /sbin/gpt/create.c
parent8b8764c9994e9d55de88ea533484eb8fe110eb54 (diff)
downloadFreeBSD-src-f183d1d12b29c910159bf63c216cd80dd378c09c.zip
FreeBSD-src-f183d1d12b29c910159bf63c216cd80dd378c09c.tar.gz
Declare variables as static, like I intended.
Obtained from: Dan Markarian <markarian at apple dot com>
Diffstat (limited to 'sbin/gpt/create.c')
-rw-r--r--sbin/gpt/create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gpt/create.c b/sbin/gpt/create.c
index e02e8a6..47c47fd 100644
--- a/sbin/gpt/create.c
+++ b/sbin/gpt/create.c
@@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
#include "map.h"
#include "gpt.h"
-int primary_only;
+static int primary_only;
static void
usage_create(void)
OpenPOWER on IntegriCloud