Add missing static qualifiers

Reviewed by:	ed, jilles
MFC After:	3 days
This commit is contained in:
Eitan Adler 2013-04-27 21:59:43 +00:00
parent 5a1d14ca78
commit bfefd42150

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