Declare variables as static, like I intended.

Obtained from: Dan Markarian <markarian at apple dot com>
This commit is contained in:
marcel 2004-10-25 03:39:31 +00:00
parent 8b8764c999
commit f183d1d12b
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
#include "map.h"
#include "gpt.h"
int primary_only;
static int primary_only;
static void
usage_create(void)

View File

@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
#include "map.h"
#include "gpt.h"
int recoverable;
static int recoverable;
static void
usage_destroy(void)

View File

@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$");
#define LABELSECTOR 1
#endif
int keep, slice;
static int keep, slice;
static void
usage_migrate(void)

View File

@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
#include "map.h"
#include "gpt.h"
int recoverable;
static int recoverable;
static void
usage_recover(void)