summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/nfs/nfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h
index ad85bfa84d4..ca6f5dff6f0 100644
--- a/sys/nfs/nfs.h
+++ b/sys/nfs/nfs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs.h,v 1.34 2008/08/31 16:58:01 thib Exp $ */
+/* $OpenBSD: nfs.h,v 1.35 2008/09/12 16:55:37 thib Exp $ */
/* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */
/*
@@ -80,7 +80,6 @@
/*
* Oddballs
*/
-#define NMOD(a) ((a) % nfs_asyncdaemons)
#define NFS_CMPFH(n, f, s) \
((n)->n_fhsize == (s) && !bcmp((caddr_t)(n)->n_fhp, (caddr_t)(f), (s)))
#define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)