From 79085713a6f692f0c60863d240b2352b0df4c22b Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Fri, 13 Apr 2007 17:09:23 +0000 Subject: Move the declaration of VN_KNOTE() into vnode.h instead of having multiple defines all over; ok tedu@ --- sys/nfs/nfs_var.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/nfs') diff --git a/sys/nfs/nfs_var.h b/sys/nfs/nfs_var.h index c4667fd8d45..5e2e85b3d49 100644 --- a/sys/nfs/nfs_var.h +++ b/sys/nfs/nfs_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_var.h,v 1.24 2007/04/11 12:18:54 thib Exp $ */ +/* $OpenBSD: nfs_var.h,v 1.25 2007/04/13 17:09:22 thib Exp $ */ /* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */ /* @@ -285,9 +285,6 @@ int nfs_savenickauth(struct nfsmount *, struct ucred *, int, NFSKERBKEY_T, struct mbuf **, char **, struct mbuf *); /* nfs_kq.c */ - int nfs_kqfilter(void *); void nfs_kqinit(void); -#define VN_KNOTE(vp, b) \ - KNOTE(&vp->v_selectinfo.vsi_selinfo.si_note, (b)) -- cgit v1.2.3