freebsd-dev/sbin/fdisk
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
..
fdisk.8 Bump the document date to reflect the 'p' command enhancements. 2009-05-25 21:27:31 +00:00
fdisk.c Add missing static keywords for global variables to tools in sbin/. 2011-11-04 13:36:02 +00:00
Makefile Add missing library dependencies. 2008-09-23 13:12:51 +00:00
runtest.sh Use symbolic constants from <sys/diskmbr.h> instead of local constants. 2003-04-13 21:57:08 +00:00