From f2d8638a5cd5ac52f1895ef7a64fa71cf2786e57 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 19 Jan 2000 06:07:34 +0000 Subject: Fix bde'isms in acl/extattr syscall interface, renaming syscalls to prettier (?) names, adding some const's around here, et al. Reviewed by: bde --- sys/fs/umapfs/umap_vfsops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/fs/umapfs') diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c index 6e0c0b6..207bb9c 100644 --- a/sys/fs/umapfs/umap_vfsops.c +++ b/sys/fs/umapfs/umap_vfsops.c @@ -76,7 +76,7 @@ static int umapfs_vget __P((struct mount *mp, ino_t ino, struct vnode **vpp)); static int umapfs_vptofh __P((struct vnode *vp, struct fid *fhp)); static int umapfs_extattrctl __P((struct mount *mp, int cmd, - char *attrname, caddr_t arg, + const char *attrname, caddr_t arg, struct proc *p)); /* @@ -437,7 +437,7 @@ static int umapfs_extattrctl(mp, cmd, attrname, arg, p) struct mount *mp; int cmd; - char *attrname; + const char *attrname; caddr_t arg; struct proc *p; { -- cgit v1.1