NetBSD/sbin/vinum
christos 79f5327ef7 This is the textbook example of why global variables are harmful. Fix multiple
shadowing warnings for variables with the same name used both in global and
local context. Really this needs either to rename all the global variables
something different (prefix them with gl_ or something) or even better get
rid of them altogether.
2005-06-26 22:36:55 +00:00
..
commands.c This is the textbook example of why global variables are harmful. Fix multiple 2005-06-26 22:36:55 +00:00
list.c This is the textbook example of why global variables are harmful. Fix multiple 2005-06-26 22:36:55 +00:00
Makefile This is the textbook example of why global variables are harmful. Fix multiple 2005-06-26 22:36:55 +00:00
v.c This is the textbook example of why global variables are harmful. Fix multiple 2005-06-26 22:36:55 +00:00
vext.h This is the textbook example of why global variables are harmful. Fix multiple 2005-06-26 22:36:55 +00:00
vinum.8