summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-11-08 02:21:43 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:51 +0200
commit656252a37b3833471ba740d1699c04a845d320ed (patch)
treeb7ec645ec33e7bd4ad04f32c977e07fdc3ba4b3c /ChangeLog
parent0b668f95ad59420f80e237f97747649c7b86d123 (diff)
2006-11-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* kern/startup.c: Include `printf.h'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7001f26..12d248f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
(vprintf): Add prototype.
* kern/printf.c: Include `printf.h'.
(vprintf, printf): Fix prototype and return a dumb value.
+ * kern/startup.c: Include `printf.h'.
2006-11-07 Barry deFreese <bddebian@comcast.net>