A cleanup patch from Jeff Garzik to static-ify a number of
namespace polluting things that really should be static.
diff --git a/fbset.c b/fbset.c
index be1e3c3..80711ec 100644
--- a/fbset.c
+++ b/fbset.c
@@ -132,7 +132,7 @@
 };
 
 
-struct cmdoptions_t {
+static struct cmdoptions_t {
 	char *name;
 	unsigned char param_count;
 	unsigned char code;