From 41ba6c4ef3e5438146833d01ced04a3bb07f61e3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2008 05:44:09 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * cache.c, displayCpu.c, page.c: Add missing prototypes. --- c/src/lib/libcpu/i386/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog index c027ca87c2..a4bac69fe5 100644 --- a/c/src/lib/libcpu/i386/ChangeLog +++ b/c/src/lib/libcpu/i386/ChangeLog @@ -1,3 +1,7 @@ +2008-08-16 Ralf Corsépius + + * cache.c, displayCpu.c, page.c: Add missing prototypes. + 2007-03-28 Joel Sherrill * page.c: Redo print to not have cvs conflict marker.