Deleted Added
full compact
39c39
< * $Id: vfs_vnops.c,v 1.20 1995/12/07 12:47:07 davidg Exp $
---
> * $Id: vfs_vnops.c,v 1.21 1995/12/11 04:56:13 dyson Exp $
58a59,69
> static int vn_closefile __P((struct file *fp, struct proc *p));
> static int vn_ioctl __P((struct file *fp, int com, caddr_t data,
> struct proc *p));
> static int vn_read __P((struct file *fp, struct uio *uio,
> struct ucred *cred));
> static int vn_select __P((struct file *fp, int which, struct proc *p));
> static int vn_vmio_open __P((struct vnode *vp, struct proc *p,
> struct ucred *cred));
> static int vn_write __P((struct file *fp, struct uio *uio,
> struct ucred *cred));
>
258c269
< int
---
> static int
281c292
< int
---
> static int
380c391
< int
---
> static int
433c444
< int
---
> static int
447c458
< int
---
> static int
457c468
< int
---
> static int