mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
Mark global functions and/or variables in which(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
This commit is contained in:
parent
558b00f5a1
commit
94cd938578
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227245
@ -40,8 +40,8 @@ __FBSDID("$FreeBSD$");
|
||||
static void usage(void);
|
||||
static int print_matches(char *, char *);
|
||||
|
||||
int silent;
|
||||
int allpaths;
|
||||
static int silent;
|
||||
static int allpaths;
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
|
Loading…
Reference in New Issue
Block a user