summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-10-18 21:18:49 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-10-18 21:18:49 +0000
commit96869345c3e31da822c370719668593a4f1bede4 (patch)
treedec52e2228f0c5bc6497e57d78d7be24906e1c0c /sys
parent71a0e55c9189eaee031acff9e6e5c2e6b01b40ac (diff)
getnewfsid() was renamed and moved to sys/mount.h long ago; ok pedro
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/vnode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 252aca05302..0ef66388c10 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vnode.h,v 1.61 2005/05/26 00:33:45 pedro Exp $ */
+/* $OpenBSD: vnode.h,v 1.62 2005/10/18 21:18:48 jaredy Exp $ */
/* $NetBSD: vnode.h,v 1.38 1996/02/29 20:59:05 cgd Exp $ */
/*
@@ -422,7 +422,6 @@ int cdevvp(dev_t dev, struct vnode **vpp);
int getnewvnode(enum vtagtype tag, struct mount *mp,
int (**vops)(void *), struct vnode **vpp);
int getvnode(struct filedesc *fdp, int fd, struct file **fpp);
-void getnewfsid(struct mount *, int);
void vattr_null(struct vattr *vap);
int vcount(struct vnode *vp);
int vfinddev(dev_t, enum vtype, struct vnode **);