diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2009-08-10 09:18:32 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2009-08-10 09:18:32 +0000 |
commit | 7187b26f454821bd801c089b57c90d78f4d6b19c (patch) | |
tree | cc01df53578d46a9f28cf4f5c8a0512ec94553b5 /sys | |
parent | e121dae727e5d8d5cd88c73cadb045f21e20eda6 (diff) |
The only caller of NFSMSIZ got changed yesterday, so remove it.
High five from thib@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nfs/nfsm_subs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfs/nfsm_subs.h b/sys/nfs/nfsm_subs.h index f992ce9b011..e11eba2ce9c 100644 --- a/sys/nfs/nfsm_subs.h +++ b/sys/nfs/nfsm_subs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsm_subs.h,v 1.42 2009/08/09 13:34:41 thib Exp $ */ +/* $OpenBSD: nfsm_subs.h,v 1.43 2009/08/10 09:18:31 blambert Exp $ */ /* $NetBSD: nfsm_subs.h,v 1.10 1996/03/20 21:59:56 fvdl Exp $ */ /* @@ -39,10 +39,6 @@ #ifndef _NFS_NFSM_SUBS_H_ #define _NFS_NFSM_SUBS_H_ - -#define NFSMSIZ(m) (((m)->m_flags & M_EXT) ? (m)->m_ext.ext_size : \ - (((m)->m_flags & M_PKTHDR) ? MHLEN : MLEN)) - struct nfsm_info { struct mbuf *nmi_mreq; struct mbuf *nmi_mrep; |