diff options
author | 2005-10-18 21:18:48 +0000 | |
---|---|---|
committer | 2005-10-18 21:18:48 +0000 | |
commit | 1e990aecc02ec356cca785add22c1db4bc286c66 (patch) | |
tree | f2c90101c9d9d256a1e6b2ad9f258b59429e3b29 | |
parent | make fill-paragraph undoable (diff) | |
download | wireguard-openbsd-1e990aecc02ec356cca785add22c1db4bc286c66.tar.xz wireguard-openbsd-1e990aecc02ec356cca785add22c1db4bc286c66.zip |
getnewfsid() was renamed and moved to sys/mount.h long ago; ok pedro
-rw-r--r-- | sys/sys/vnode.h | 3 |
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 **); |