Remove a now unnecessary function prototype.

This commit is contained in:
John Dyson 1996-03-09 06:42:15 +00:00
parent a81c9c683e
commit 0f20dc9443
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14424

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_vnops.c 8.2 (Berkeley) 1/21/94
* $Id: vfs_vnops.c,v 1.23 1996/01/19 03:58:17 dyson Exp $
* $Id: vfs_vnops.c,v 1.24 1996/03/02 03:45:05 dyson Exp $
*/
#include <sys/param.h>
@ -62,8 +62,6 @@ static int vn_ioctl __P((struct file *fp, int com, caddr_t data,
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));
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));