Fix cut&paste mistake.

This commit is contained in:
Poul-Henning Kamp 2002-10-23 14:37:43 +00:00
parent d69d15193c
commit ac715696fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105798
2 changed files with 4 additions and 4 deletions

View file

@ -1016,9 +1016,9 @@ installFilesystems(dialogMenuItem *self)
iov[1].iov_base = "devfs";
iov[1].iov_len = strlen(iov[1].iov_base) + 1;
iov[2].iov_base = "fspath";
iov[1].iov_len = strlen(iov[2].iov_base) + 1;
iov[2].iov_len = strlen(iov[2].iov_base) + 1;
iov[3].iov_base = "/mnt/dev";
iov[1].iov_len = strlen(iov[3].iov_base) + 1;
iov[3].iov_len = strlen(iov[3].iov_base) + 1;
i = nmount(iov, 4, 0);
if (i) {

View file

@ -1016,9 +1016,9 @@ installFilesystems(dialogMenuItem *self)
iov[1].iov_base = "devfs";
iov[1].iov_len = strlen(iov[1].iov_base) + 1;
iov[2].iov_base = "fspath";
iov[1].iov_len = strlen(iov[2].iov_base) + 1;
iov[2].iov_len = strlen(iov[2].iov_base) + 1;
iov[3].iov_base = "/mnt/dev";
iov[1].iov_len = strlen(iov[3].iov_base) + 1;
iov[3].iov_len = strlen(iov[3].iov_base) + 1;
i = nmount(iov, 4, 0);
if (i) {