Date: Tue, 2 Jul 2024 23:19:40 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a1cfe4c7646b - main - style(9): Delete __FBSDID straggler Message-ID: <202407022319.462NJehl019925@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a1cfe4c7646bcae56276ba89c1fe316f426c3d8c commit a1cfe4c7646bcae56276ba89c1fe316f426c3d8c Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-07-02 23:09:36 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-07-02 23:19:32 +0000 style(9): Delete __FBSDID straggler We no longer need advice on __FBSDID, so delete it. Sponsored by: Netflix --- share/man/man9/style.9 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 8eb82e3419ec..381f3aa3bfa3 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 26, 2024 +.Dd July 2, 2024 .Dt STYLE 9 .Os .Sh NAME @@ -137,11 +137,6 @@ Leave one blank line before the header files. Kernel include files .Pa ( sys/*.h ) come first. -If -.In sys/cdefs.h -is needed for -.Fn __FBSDID , -include it first. If either .In sys/types.h or
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407022319.462NJehl019925>