Update disk watch for FreeBSD

This commit is contained in:
Michiel Broek
2004-03-20 21:30:11 +00:00
parent b994bf4782
commit f2a5b62745
4 changed files with 13 additions and 8 deletions

View File

@@ -305,7 +305,7 @@ void add_path(char *path)
}
}
Syslog('d', "Should be on \"%s\" \"%s\"", fsname, fstype);
fill_mfslist(&mfs, fsname);
fill_mfslist(&mfs, fsname, fstype);
free(fsname);
free(fstype);
}