Mkdir() now takes two flags.

This commit is contained in:
Jordan K. Hubbard 1995-02-02 05:49:06 +00:00
parent 9e44a9d701
commit 59ed2d66e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6122

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: stage2.c,v 1.22 1995/01/30 03:19:54 phk Exp $
* $Id: stage2.c,v 1.23 1995/02/02 05:35:36 phk Exp $
*
*/
@ -83,7 +83,7 @@ stage2()
MountUfs(p, dbuf, 1, 0);
continue;
}
Mkdir(dbuf);
Mkdir(dbuf, FALSE);
}
Mkdir("/mnt/etc", TRUE);