From f0db402496f141fa4619e1f2bcbee5db211c8509 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 10 Dec 2008 23:05:37 +0000 Subject: [PATCH] =?UTF-8?q?2008-12-10=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/strlcat.c: Add prototypes. --- cpukit/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5229ad2f6a..e10237f29c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2008-12-10 Ralf Corsépius + * libcsupport/src/strlcat.c: Add prototypes. * libmisc/Makefile.am: Remove stray "\". 2008-12-10 Joel Sherrill