Add missing static keywords to rusers(1)

This commit is contained in:
ed 2011-11-06 08:16:47 +00:00
parent 04ff92c413
commit 75aea7ad85

View File

@ -56,10 +56,10 @@ __FBSDID("$FreeBSD$");
#define HOST_WIDTH 20
#define LINE_WIDTH 15
int longopt;
int allopt;
static int longopt;
static int allopt;
struct host_list {
static struct host_list {
struct host_list *next;
struct in_addr addr;
} *hosts;