freebsd-dev/sbin/fsck_msdosfs
Ed Schouten 1efe3c6b58 Add missing static keywords for global variables to tools in sbin/.
These tools declare global variables without using the static keyword,
even though their use is limited to a single C-file, or without placing
an extern declaration of them in the proper header file.
2011-11-04 13:36:02 +00:00
..
boot.c Fix some style(9), although there's a lot more issues here. 2010-06-20 09:40:54 +00:00
check.c Fix some style(9), although there's a lot more issues here. 2010-06-20 09:40:54 +00:00
dir.c Add missing static keywords for global variables to tools in sbin/. 2011-11-04 13:36:02 +00:00
dosfs.h Rename fields to match better the msdosfs headers. This work is still 2010-02-14 12:31:28 +00:00
ext.h Bug fixes from NetBSD 2010-02-14 12:30:30 +00:00
fat.c Fix some style(9), although there's a lot more issues here. 2010-06-20 09:40:54 +00:00
fsck_msdosfs.8 mdoc: .Ud has attitude, it takes no argument! 2010-05-27 13:56:40 +00:00
main.c Bug fixes from NetBSD 2010-02-14 12:30:30 +00:00
Makefile Fix some style(9), although there's a lot more issues here. 2010-06-20 09:40:54 +00:00