git: edcdfc5b681b - stable/14 - x86emu: remove localy added __FBSDID
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Dec 2023 23:22:59 UTC
The branch stable/14 has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=edcdfc5b681be089fcb42fef0ed609ec96e2faf6
commit edcdfc5b681be089fcb42fef0ed609ec96e2faf6
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-27 16:47:41 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-13 23:08:51 +0000
x86emu: remove localy added __FBSDID
This partially reverts 0a2e9846fdf3f3d42a9ee65d0d8669f6be11c879.
Reviewed by: imp, delphij
Differential Revision: https://reviews.freebsd.org/D42705
(cherry picked from commit 3faba3002f466e1bdad4767c55257e04433ee96b)
---
sys/contrib/x86emu/x86emu.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys/contrib/x86emu/x86emu.c b/sys/contrib/x86emu/x86emu.c
index 60a154952f27..44c322849754 100644
--- a/sys/contrib/x86emu/x86emu.c
+++ b/sys/contrib/x86emu/x86emu.c
@@ -32,9 +32,6 @@
*
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <contrib/x86emu/x86emu.h>
#include <contrib/x86emu/x86emu_regs.h>