diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-07-14 19:16:49 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-07-14 19:16:49 +0000 |
commit | 2b9fea6ca565b436a4e84d0d01e9144dad9a22c5 (patch) | |
tree | 329dcd14f6db2926df42b55057990a54bb1c78cf /sbin/fsck_msdosfs/dir.c | |
parent | 6066807a42a58a5e5f2d4e8eb06acff4fc4720fb (diff) |
Minor (mostly cosmetic) cleanups
Several whitespace fixes
convert *rootDir from external to static.
Obtained from: NetBSD, OpenBSD (partial)
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=268628
Diffstat (limited to 'sbin/fsck_msdosfs/dir.c')
-rw-r--r-- | sbin/fsck_msdosfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_msdosfs/dir.c b/sbin/fsck_msdosfs/dir.c index 008d0b3398f1..6352ec51647d 100644 --- a/sbin/fsck_msdosfs/dir.c +++ b/sbin/fsck_msdosfs/dir.c @@ -206,7 +206,7 @@ static char longName[DOSLONGNAMELEN] = ""; static u_char *buffer = NULL; static u_char *delbuf = NULL; -struct dosDirEntry *rootDir; +static struct dosDirEntry *rootDir; static struct dosDirEntry *lostDir; /* |