freebsd-dev/sbin/newfs
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
..
Makefile Use expand_number(3) from libutil instead of home-grown function to parse 2010-03-03 19:25:28 +00:00
mkfs.c Add missing static keywords for global variables to tools in sbin/. 2011-11-04 13:36:02 +00:00
newfs.8 Advertise growfs(8) a little better. 2011-06-22 18:02:28 +00:00
newfs.c Add the -j option to enable soft updates journaling when creating 2011-02-16 06:00:27 +00:00
newfs.h Add missing static keywords for global variables to tools in sbin/. 2011-11-04 13:36:02 +00:00
ref.test
runtest00.sh
runtest01.sh