summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-25 07:24:13 +0000
committerbde <bde@FreeBSD.org>1995-12-25 07:24:13 +0000
commit7c875c02aa22ebe1536ffcae3f94bc8a23eb19de (patch)
tree074f3f7d35c1cc9ed76f4fdae978eace8a6e6cb6 /sys
parentc37e7feb99eeac77aa76f6347e3025858037c16a (diff)
downloadFreeBSD-src-7c875c02aa22ebe1536ffcae3f94bc8a23eb19de.zip
FreeBSD-src-7c875c02aa22ebe1536ffcae3f94bc8a23eb19de.tar.gz
Removed redundant (incompletely staticized) declararations.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/vnode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 8874384..9a4c602 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vnode.h 8.7 (Berkeley) 2/4/94
- * $Id: vnode.h,v 1.26 1995/12/15 22:49:36 bde Exp $
+ * $Id: vnode.h,v 1.27 1995/12/17 21:23:44 phk Exp $
*/
#ifndef _SYS_VNODE_H_
@@ -421,9 +421,6 @@ int vn_rdwr __P((enum uio_rw rw, struct vnode *vp, caddr_t base,
struct ucred *cred, int *aresid, struct proc *p));
int vn_stat __P((struct vnode *vp, struct stat *sb, struct proc *p));
void vn_vmio_close __P((struct vnode *vp));
-int vn_vmio_open __P((struct vnode *vp, struct proc *p,
- struct ucred *cred));
-int vn_write __P((struct file *fp, struct uio *uio, struct ucred *cred));
int vn_writechk __P((struct vnode *vp));
void vprint __P((char *label, struct vnode *vp));
void vput __P((struct vnode *vp));
OpenPOWER on IntegriCloud