From cbeeaf83f285b6b7ce0aa7026de037ac83a9ea73 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 31 May 1998 17:48:07 +0000 Subject: Some const's Obtained from: NetBSD --- sys/nfsclient/nfsargs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfsclient/nfsargs.h') diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h index a2fac06..ec0d530 100644 --- a/sys/nfsclient/nfsargs.h +++ b/sys/nfsclient/nfsargs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $Id: nfs.h,v 1.36 1998/05/24 14:41:47 peter Exp $ + * $Id: nfs.h,v 1.37 1998/05/31 17:27:45 peter Exp $ */ #ifndef _NFS_NFS_H_ @@ -640,7 +640,7 @@ void nfsrv_cleancache __P((void)); int nfs_connect __P((struct nfsmount *, struct nfsreq *)); void nfs_disconnect __P((struct nfsmount *)); int nfs_getattrcache __P((struct vnode *, struct vattr *)); -int nfsm_strtmbuf __P((struct mbuf **, char **, char *, long)); +int nfsm_strtmbuf __P((struct mbuf **, char **, const char *, long)); int nfs_bioread __P((struct vnode *, struct uio *, int, struct ucred *, int)); int nfsm_uiotombuf __P((struct uio *, struct mbuf **, int, caddr_t *)); -- cgit v1.1