summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfsnode.h')
-rw-r--r--sys/nfs/nfsnode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h
index ef09b6ff6a1..708218c9518 100644
--- a/sys/nfs/nfsnode.h
+++ b/sys/nfs/nfsnode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsnode.h,v 1.22 2004/08/03 17:11:48 marius Exp $ */
+/* $OpenBSD: nfsnode.h,v 1.23 2007/01/16 17:52:18 thib Exp $ */
/* $NetBSD: nfsnode.h,v 1.16 1996/02/18 11:54:04 fvdl Exp $ */
/*
@@ -178,8 +178,6 @@ int nfs_getattr(void *);
int nfs_setattr(void *);
int nfs_read(void *);
int nfs_write(void *);
-#define nfs_lease_check ((int (*)(void *))nullop)
-#define nqnfs_vop_lease_check lease_check
int nfsspec_read(void *);
int nfsspec_write(void *);
int nfsfifo_read(void *);