[rtems commit] timecounter: Update FreeBSD identifiers
Sebastian Huber
sebh at rtems.org
Thu Oct 12 05:10:27 UTC 2017
Module: rtems
Branch: master
Commit: d8b6f1c10f6452af00636d79b031f12d25b054a7
Changeset: http://git.rtems.org/rtems/commit/?id=d8b6f1c10f6452af00636d79b031f12d25b054a7
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Oct 11 16:19:28 2017 +0200
timecounter: Update FreeBSD identifiers
Update #3175.
---
cpukit/score/include/sys/timeffc.h | 2 +-
cpukit/score/include/sys/timepps.h | 2 +-
cpukit/score/include/sys/timetc.h | 2 +-
cpukit/score/include/sys/timex.h | 2 +-
cpukit/score/src/kern_tc.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/cpukit/score/include/sys/timeffc.h b/cpukit/score/include/sys/timeffc.h
index b3a1cd9..c04de97 100644
--- a/cpukit/score/include/sys/timeffc.h
+++ b/cpukit/score/include/sys/timeffc.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD r277406 2015-01-20T03:54:30Z$
+ * $FreeBSD: head/sys/sys/timeffc.h 228856 2011-12-24 01:32:01Z lstewart $
*/
#ifndef _SYS_TIMEFF_H_
diff --git a/cpukit/score/include/sys/timepps.h b/cpukit/score/include/sys/timepps.h
index 419e781..01212f0 100644
--- a/cpukit/score/include/sys/timepps.h
+++ b/cpukit/score/include/sys/timepps.h
@@ -12,7 +12,7 @@
* Portions of this software were developed by Julien Ridoux at the University
* of Melbourne under sponsorship from the FreeBSD Foundation.
*
- * $FreeBSD r277406 2015-01-20T03:54:30Z$
+ * $FreeBSD: head/sys/sys/timepps.h 282424 2015-05-04 17:59:39Z ian $
*
* The is a FreeBSD version of the RFC 2783 API for Pulse Per Second
* timing interfaces.
diff --git a/cpukit/score/include/sys/timetc.h b/cpukit/score/include/sys/timetc.h
index 361535c..347a140 100644
--- a/cpukit/score/include/sys/timetc.h
+++ b/cpukit/score/include/sys/timetc.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $FreeBSD r277406 2015-01-20T03:54:30Z$
+ * $FreeBSD: head/sys/sys/timetc.h 304285 2016-08-17 09:52:09Z kib $
*/
#ifndef _SYS_TIMETC_H_
diff --git a/cpukit/score/include/sys/timex.h b/cpukit/score/include/sys/timex.h
index 17c6b37..d2d2012 100644
--- a/cpukit/score/include/sys/timex.h
+++ b/cpukit/score/include/sys/timex.h
@@ -18,7 +18,7 @@
* *
***********************************************************************
*
- * $FreeBSD r277406 2015-01-20T03:54:30Z$
+ * $FreeBSD: head/sys/sys/timex.h 298981 2016-05-03 15:14:17Z pfg $
*
* This header file defines the Network Time Protocol (NTP) interfaces
* for user and daemon application programs.
diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 306db0e..55aa0ae 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -44,7 +44,7 @@
#include <rtems/score/watchdogimpl.h>
#endif /* __rtems__ */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD r284178 2015-06-09T11:49:56Z$");
+__FBSDID("$FreeBSD: head/sys/kern/kern_tc.c 324528 2017-10-11 11:03:11Z kib $");
#include "opt_compat.h"
#include "opt_ntp.h"
More information about the vc
mailing list