summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_syscalls.c')
-rw-r--r--sys/kern/vfs_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index c35a73d..35f9576 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -151,7 +151,7 @@ finish:
int
vfs_mount(p, fstype, fspath, fsflags, fsdata)
struct proc *p;
- char *fstype;
+ const char *fstype;
char *fspath;
int fsflags;
void *fsdata;
OpenPOWER on IntegriCloud