Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2025 07:46:23 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d94b403b590f - stable/14 - nfsport.h: minor comments cleanup
Message-ID:  <202508210746.57L7kNG8034716@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=d94b403b590f381ac924078b80c5e04ee62dd79c

commit d94b403b590f381ac924078b80c5e04ee62dd79c
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-08-18 02:49:24 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-08-21 07:46:01 +0000

    nfsport.h: minor comments cleanup
    
    (cherry picked from commit c04fe26aa2f7d4c10070fc5cdbe047102f83c1be)
---
 sys/fs/nfs/nfsport.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h
index 0b16ba9b85a8..557ed0a5dfc9 100644
--- a/sys/fs/nfs/nfsport.h
+++ b/sys/fs/nfs/nfsport.h
@@ -901,15 +901,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"
@@ -1030,9 +1021,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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508210746.57L7kNG8034716>