From 793cdace4d39013b6e33922da81162da3f3c118f Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 6 Nov 2011 08:18:23 +0000 Subject: [PATCH] Add missing static keywords to usbhidaction(1) --- usr.bin/usbhidaction/usbhidaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c index fd66b6433f22..876dbca71daf 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