[rtems commit] score: Remove FreeBSD identifier

Jan Sommer jan at rtems.org
Tue Nov 30 14:38:08 UTC 2021


Module:    rtems
Branch:    5
Commit:    f77b692e5cee82de89248e1893915dd48bd7a46a
Changeset: http://git.rtems.org/rtems/commit/?id=f77b692e5cee82de89248e1893915dd48bd7a46a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sat Oct  9 21:23:16 2021 +0200

score: Remove FreeBSD identifier

---

 cpukit/score/src/kern_tc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 9e6602e..f63e48d 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -46,7 +46,7 @@
 #include <rtems/score/watchdogimpl.h>
 #endif /* __rtems__ */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/kern/kern_tc.c 324528 2017-10-11 11:03:11Z kib $");
+__FBSDID("$FreeBSD$");
 
 #include "opt_compat.h"
 #include "opt_ntp.h"



More information about the vc mailing list