git: a94d45499f9f - stable/13 - Remove a few more stray __FBSDID uses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Oct 2023 18:37:05 UTC
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=a94d45499f9f6eec6bf04dac55cf5f2720df6509
commit a94d45499f9f6eec6bf04dac55cf5f2720df6509
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-09-25 14:49:52 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-10-24 18:13:18 +0000
Remove a few more stray __FBSDID uses
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41954
(cherry picked from commit 16837d353cdde87672d08112610e51e4121c4e50)
---
lib/libc/tests/sys/cpuset_test.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/libc/tests/sys/cpuset_test.c b/lib/libc/tests/sys/cpuset_test.c
index 52c0dc877ab8..53d6a8215bbc 100644
--- a/lib/libc/tests/sys/cpuset_test.c
+++ b/lib/libc/tests/sys/cpuset_test.c
@@ -25,9 +25,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD");
-
#include <sys/param.h>
#include <sys/cpuset.h>
#include <sys/jail.h>