Add missing static qualifiers
Reviewed by: ed, jilles MFC After: 3 days
This commit is contained in:
parent
122d06c540
commit
84376c209e
@ -135,7 +135,7 @@ main(int argc, char *argv[])
|
||||
* Returns 1 if a directory has been created,
|
||||
* 2 if it already existed, and 0 on failure.
|
||||
*/
|
||||
int
|
||||
static int
|
||||
build(char *path, mode_t omode)
|
||||
{
|
||||
struct stat sb;
|
||||
@ -208,7 +208,7 @@ build(char *path, mode_t omode)
|
||||
return (retval);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user