Remove duplicate vop_balloc definition accidentally added in rev 1.21.

This commit is contained in:
thorpej 1999-12-07 23:57:49 +00:00
parent be4a157e48
commit 0bd5e93b0e
1 changed files with 1 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: vnode_if.src,v 1.22 1999/12/07 21:06:48 wrstuden Exp $
# $NetBSD: vnode_if.src,v 1.23 1999/12/07 23:57:49 thorpej Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@ -567,15 +567,3 @@ vop_whiteout {
#vop_bwrite {
# IN struct buf *bp;
#};
#
#% balloc vp L L L
#
vop_balloc {
IN struct vnode *vp;
IN off_t startoffset;
IN int size;
IN struct ucred *cred;
IN int flags;
OUT struct buf **bpp;
};