summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/usbhidctl/usbhid.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c
index bf3e348..2a28e3e 100644
--- a/usr.bin/usbhidctl/usbhid.c
+++ b/usr.bin/usbhidctl/usbhid.c
@@ -42,7 +42,7 @@
#include <usbhid.h>
#include <dev/usb/usbhid.h>
-struct variable {
+static struct variable {
char *name;
int instance;
int val;
@@ -50,11 +50,11 @@ struct variable {
struct variable *next;
} *vars;
-int verbose = 0;
-int noname = 0;
-int hexdump = 0;
-int wflag = 0;
-int zflag = 0;
+static int verbose = 0;
+static int noname = 0;
+static int hexdump = 0;
+static int wflag = 0;
+static int zflag = 0;
static void usage(void);
static void dumpitem(const char *label, struct hid_item *h);
OpenPOWER on IntegriCloud