From 962ca2c13d1d008bef08e2be9ddb377aff68e6c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Aug 2008 10:47:39 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c: Add missing prototypes. --- c/src/lib/libbsp/i386/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/src/lib/libbsp/i386/ChangeLog b/c/src/lib/libbsp/i386/ChangeLog index 8aa9c7086a..f23ba5c99c 100644 --- a/c/src/lib/libbsp/i386/ChangeLog +++ b/c/src/lib/libbsp/i386/ChangeLog @@ -1,5 +1,7 @@ 2008-08-18 Ralf Corsépius + * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c: + Add missing prototypes. * shared/irq/irq_init.c: Add missing prototypes. 2008-05-23 Joel Sherrill