diff --git a/usr.sbin/devinfo/devinfo.c b/usr.sbin/devinfo/devinfo.c index 73dcfd56448..32d2932b467 100644 --- a/usr.sbin/devinfo/devinfo.c +++ b/usr.sbin/devinfo/devinfo.c @@ -39,8 +39,8 @@ __FBSDID("$FreeBSD$"); #include #include "devinfo.h" -int rflag; -int vflag; +static int rflag; +static int vflag; static void print_resource(struct devinfo_res *); static int print_device_matching_resource(struct devinfo_res *, void *);