summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs_io.c
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-10-02 09:29:59 +0000
committerbp <bp@FreeBSD.org>2000-10-02 09:29:59 +0000
commit72e68d3b765994ed27cdd33c3f725fcc3328cac3 (patch)
treec23d1a50aaf65667b5e94dde23dd60c1670756fb /sys/fs/nwfs/nwfs_io.c
parent63c8580965fb8c1c53d88656984c6012a23e61c1 (diff)
downloadFreeBSD-src-72e68d3b765994ed27cdd33c3f725fcc3328cac3.zip
FreeBSD-src-72e68d3b765994ed27cdd33c3f725fcc3328cac3.tar.gz
Get rid from the legacy __P() macro. Remove 'register' keywords.
Diffstat (limited to 'sys/fs/nwfs/nwfs_io.c')
-rw-r--r--sys/fs/nwfs/nwfs_io.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/fs/nwfs/nwfs_io.c b/sys/fs/nwfs/nwfs_io.c
index c6b301b..116b0d9 100644
--- a/sys/fs/nwfs/nwfs_io.c
+++ b/sys/fs/nwfs/nwfs_io.c
@@ -197,8 +197,8 @@ nwfs_readvnode(struct vnode *vp, struct uio *uiop, struct ucred *cred) {
int
nwfs_writevnode(vp, uiop, cred, ioflag)
- register struct vnode *vp;
- register struct uio *uiop;
+ struct vnode *vp;
+ struct uio *uiop;
struct ucred *cred;
int ioflag;
{
@@ -256,12 +256,12 @@ nwfs_writevnode(vp, uiop, cred, ioflag)
*/
int
nwfs_doio(bp, cr, p)
- register struct buf *bp;
+ struct buf *bp;
struct ucred *cr;
struct proc *p;
{
- register struct uio *uiop;
- register struct vnode *vp;
+ struct uio *uiop;
+ struct vnode *vp;
struct nwnode *np;
struct nwmount *nmp;
int error = 0;
@@ -591,7 +591,7 @@ nwfs_vinvalbuf(vp, flags, cred, p, intrflg)
struct proc *p;
int intrflg;
{
- register struct nwnode *np = VTONW(vp);
+ struct nwnode *np = VTONW(vp);
/* struct nwmount *nmp = VTONWFS(vp);*/
int error = 0, slpflag, slptimeo;
OpenPOWER on IntegriCloud