diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-08 22:41:53 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-02-08 22:41:53 +0000 |
commit | 7be79d1dabf4aa2c866b352e2a4ab286a403e5d6 (patch) | |
tree | d445472670515452a4a239cef652c9f1b617f841 /sys/ufs/lfs | |
parent | 5f824803e29da9efcd793a89ec59fe8a8297a269 (diff) |
Updates to match type changes in syscall tables
Diffstat (limited to 'sys/ufs/lfs')
-rw-r--r-- | sys/ufs/lfs/lfs_extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/lfs/lfs_extern.h b/sys/ufs/lfs/lfs_extern.h index 0cfd6467838..2c03f07c3eb 100644 --- a/sys/ufs/lfs/lfs_extern.h +++ b/sys/ufs/lfs/lfs_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lfs_extern.h,v 1.3 1996/07/01 07:41:51 downsj Exp $ */ +/* $OpenBSD: lfs_extern.h,v 1.4 1998/02/08 22:41:51 tholo Exp $ */ /* $NetBSD: lfs_extern.h,v 1.5 1996/02/12 15:20:12 christos Exp $ */ /*- @@ -113,7 +113,7 @@ struct buf *lfs_fakebuf __P((struct vnode *, int, size_t, caddr_t)); /* lfs_vfsops.c */ int lfs_mountroot __P((void)); -int lfs_mount __P((struct mount *, char *, caddr_t, struct nameidata *, struct proc *)); +int lfs_mount __P((struct mount *, const char *, caddr_t, struct nameidata *, struct proc *)); int lfs_mountfs __P((struct vnode *, struct mount *, struct proc *)); int lfs_unmount __P((struct mount *, int, struct proc *)); int lfs_statfs __P((struct mount *, struct statfs *, struct proc *)); |