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:
Pedro F. Giffuni 2014-07-14 19:16:49 +00:00
parent 6066807a42
commit 2b9fea6ca5
2 changed files with 1 additions and 3 deletions

View File

@ -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;
/* /*

View File

@ -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
*/ */