Add missing static qualifiers

Reviewed by:	ed, jilles
MFC After:	3 days
This commit is contained in:
eadler 2013-04-27 21:59:43 +00:00
parent 122d06c540
commit 84376c209e

View File

@ -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)
{