mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing static keywords to unexpand(1)
This commit is contained in:
parent
4b7373b886
commit
73827c1062
1 changed files with 3 additions and 3 deletions
|
|
@ -55,9 +55,9 @@ static const char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93";
|
|||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
||||
int all;
|
||||
int nstops;
|
||||
int tabstops[100];
|
||||
static int all;
|
||||
static int nstops;
|
||||
static int tabstops[100];
|
||||
|
||||
static void getstops(const char *);
|
||||
static void usage(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue