summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-16 00:14:41 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:16 +0200
commitf1b261205a9bc1533af851e6fc41f2af6e8e1188 (patch)
treea225ef46bafd3ce96bf0f06e3560ea89b7d50a8a /ChangeLog
parent9988809c45696331e4ff6a831653f042211ad8ae (diff)
2008-07-15 Barry deFreese <bddebian@comcast.net>
* kern/time_stamp.h (timestamp_init): Add prototype. * kern/startup.c: Include <kern/time_stamp.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7f7dfc4..8ac567b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,8 @@
prototypes.
* kern/sched_prim.h (update_priority, compute_my_priority): Add
prototypes.
+ * kern/time_stamp.h (timestamp_init): Add prototype.
+ * kern/startup.c: Include <kern/time_stamp.h>.
2008-07-04 Samuel Thibault <samuel.thibault@ens-lyon.org>