mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
nfsport.h: minor comments cleanup
Reviewed by: rmacklem Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D51987
This commit is contained in:
parent
2bc115a6c2
commit
c04fe26aa2
1 changed files with 0 additions and 12 deletions
|
|
@ -908,15 +908,6 @@ int nfsmsleep(void *, void *, int, const char *, struct timespec *);
|
|||
#define NFSBCMP(s, d, l) bcmp((s), (d), (l))
|
||||
#define NFSBZERO(s, l) bzero((s), (l))
|
||||
|
||||
/*
|
||||
* Some queue.h files don't have these dfined in them.
|
||||
*/
|
||||
#ifndef LIST_END
|
||||
#define LIST_END(head) NULL
|
||||
#define SLIST_END(head) NULL
|
||||
#define TAILQ_END(head) NULL
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This must be defined to be a global variable that increments once
|
||||
* per second, but never stops or goes backwards, even when a "date"
|
||||
|
|
@ -1037,9 +1028,6 @@ void ncl_copy_vattr(struct vattr *dst, struct vattr *src);
|
|||
#define NFSINCRGLOBAL(a) ((a)++)
|
||||
#define NFSDECRGLOBAL(a) ((a)--)
|
||||
|
||||
/*
|
||||
* Assorted funky stuff to make things work under Darwin8.
|
||||
*/
|
||||
/*
|
||||
* These macros checks for a field in vattr being set.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue