freebsd-src/sbin/shutdown
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 For compatibility with Linux and Solaris add poweroff(8). 2010-12-30 18:06:31 +00:00
shutdown.8 Remove trailing whitespace in the shutdown(8) manual. 2011-07-14 03:08:10 +00:00
shutdown.c Add missing static keywords for global variables to tools in sbin/. 2011-11-04 13:36:02 +00:00