diff options
Diffstat (limited to 'sys/fs/nullfs/null_vfsops.c')
-rw-r--r-- | sys/fs/nullfs/null_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index cbeadc3..a865cce0 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -421,7 +421,7 @@ static int nullfs_extattrctl(mp, cmd, attrname, arg, p) struct mount *mp; int cmd; - char *attrname; + const char *attrname; caddr_t arg; struct proc *p; { |