summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidaction
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-06 08:18:23 +0000
committered <ed@FreeBSD.org>2011-11-06 08:18:23 +0000
commit8eae2b0d9c57d68df9770384b3e05fe0bc864559 (patch)
treefe8bcc69fec491217a230de3c901656bad5167dd /usr.bin/usbhidaction
parent7db87786d7fedf1048b8852170dfa8b72a3e9330 (diff)
downloadFreeBSD-src-8eae2b0d9c57d68df9770384b3e05fe0bc864559.zip
FreeBSD-src-8eae2b0d9c57d68df9770384b3e05fe0bc864559.tar.gz
Add missing static keywords to usbhidaction(1)
Diffstat (limited to 'usr.bin/usbhidaction')
-rw-r--r--usr.bin/usbhidaction/usbhidaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c
index fd66b64..876dbca 100644
--- a/usr.bin/usbhidaction/usbhidaction.c
+++ b/usr.bin/usbhidaction/usbhidaction.c
@@ -64,7 +64,7 @@ struct command {
char *name;
char *action;
};
-struct command *commands;
+static struct command *commands;
#define SIZE 4000
OpenPOWER on IntegriCloud