Minor (mostly cosmetic) cleanups
Several whitespace fixes convert *rootDir from external to static. Obtained from: NetBSD, OpenBSD (partial) MFC after: 3 days
This commit is contained in:
parent
6066807a42
commit
2b9fea6ca5
@ -206,7 +206,7 @@ static char longName[DOSLONGNAMELEN] = "";
|
|||||||
static u_char *buffer = NULL;
|
static u_char *buffer = NULL;
|
||||||
static u_char *delbuf = NULL;
|
static u_char *delbuf = NULL;
|
||||||
|
|
||||||
struct dosDirEntry *rootDir;
|
static struct dosDirEntry *rootDir;
|
||||||
static struct dosDirEntry *lostDir;
|
static struct dosDirEntry *lostDir;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -43,8 +43,6 @@ extern int preen; /* we are preening */
|
|||||||
extern int rdonly; /* device is opened read only (supersedes above) */
|
extern int rdonly; /* device is opened read only (supersedes above) */
|
||||||
extern int skipclean; /* skip clean file systems if preening */
|
extern int skipclean; /* skip clean file systems if preening */
|
||||||
|
|
||||||
extern struct dosDirEntry *rootDir;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* function declarations
|
* function declarations
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user