Declare variables as static, like I intended.
Obtained from: Dan Markarian <markarian at apple dot com>
This commit is contained in:
parent
8b8764c999
commit
f183d1d12b
@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "map.h"
|
||||
#include "gpt.h"
|
||||
|
||||
int primary_only;
|
||||
static int primary_only;
|
||||
|
||||
static void
|
||||
usage_create(void)
|
||||
|
@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "map.h"
|
||||
#include "gpt.h"
|
||||
|
||||
int recoverable;
|
||||
static int recoverable;
|
||||
|
||||
static void
|
||||
usage_destroy(void)
|
||||
|
@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define LABELSECTOR 1
|
||||
#endif
|
||||
|
||||
int keep, slice;
|
||||
static int keep, slice;
|
||||
|
||||
static void
|
||||
usage_migrate(void)
|
||||
|
@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "map.h"
|
||||
#include "gpt.h"
|
||||
|
||||
int recoverable;
|
||||
static int recoverable;
|
||||
|
||||
static void
|
||||
usage_recover(void)
|
||||
|
Loading…
Reference in New Issue
Block a user