diff options
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r-- | sys/kern/vfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index bce7489..23571eb 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -165,7 +165,7 @@ vfs_mountroot_try(char *mountfrom) struct mount *mp; char *vfsname, *path; int error; - char patt[16]; + char patt[32]; vfsname = path = mp = NULL; error = EINVAL; |