diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-09-12 16:55:38 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-09-12 16:55:38 +0000 |
commit | a0f14aa0820bc54515be25cabdc254c232acc10d (patch) | |
tree | 7ea0d45ad41b5455b61f292c4114b70449fee114 /sys/nfs | |
parent | c92a588ed92698bc803d3b253800b4d4e7fe6851 (diff) |
zap a deprecated macro, NMOD.
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs.h | 3 |
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) |