mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing static keywords to rusers(1)
This commit is contained in:
parent
5988030025
commit
6ebcee2952
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue