mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
Add missing static keywords to tr(1)
This commit is contained in:
parent
85528ab71d
commit
1dca6e4e8a
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ static const char sccsid[] = "@(#)tr.c 8.2 (Berkeley) 5/4/95";
|
|||
#include "cset.h"
|
||||
#include "extern.h"
|
||||
|
||||
STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
|
||||
STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
|
||||
static STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
|
||||
static STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
|
||||
|
||||
static struct cset *setup(char *, STR *, int, int);
|
||||
static void usage(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue