diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2015-01-07 17:22:56 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2015-01-07 17:22:56 +0000 |
| commit | eae6da3db482f5bc3ca3b02d2ea44dc5f1fc2874 (patch) | |
| tree | aa0f6cf11d71b9460beb1e13f043593e29175671 /sys/nfsserver | |
| parent | 1c15a29600d1addcd4e843a33e4e17cde20dcae4 (diff) | |
Notes
Diffstat (limited to 'sys/nfsserver')
| -rw-r--r-- | sys/nfsserver/nfsm_subs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/nfsserver/nfsm_subs.h b/sys/nfsserver/nfsm_subs.h index fc9b76daa930..5bf4ca97b206 100644 --- a/sys/nfsserver/nfsm_subs.h +++ b/sys/nfsserver/nfsm_subs.h @@ -47,14 +47,6 @@ */ /* - * First define what the actual subs. return - */ - -#define M_HASCL(m) ((m)->m_flags & M_EXT) -#define NFSMSIZ(m) ((M_HASCL(m))?MCLBYTES: \ - (((m)->m_flags & M_PKTHDR)?MHLEN:MLEN)) - -/* * Now for the macros that do the simple stuff and call the functions * for the hard stuff. * These macros use several vars. declared in nfsm_reqhead and these |
