git: 76ec0faf1ce7 - stable/14 - style(9): Delete __FBSDID straggler
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Dec 2024 00:11:52 UTC
The branch stable/14 has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=76ec0faf1ce73e470d4f2663026320e5fd1ea021
commit 76ec0faf1ce73e470d4f2663026320e5fd1ea021
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-07-02 23:09:36 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-12-13 21:31:15 +0000
style(9): Delete __FBSDID straggler
We no longer need advice on __FBSDID, so delete it.
Sponsored by: Netflix
(cherry picked from commit a1cfe4c7646bcae56276ba89c1fe316f426c3d8c)
---
share/man/man9/style.9 | 5 -----
1 file changed, 5 deletions(-)
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 13bfc1302c46..a4ff85a07bcd 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -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