From a6924074d197ca56ef23aa44c078e1355fa16092 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 05:03:33 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-01=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ftpd/ftpd.c: Fix broken prototype. --- cpukit/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 58bb12834d..7f8aeb4587 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2008-08-01 Ralf Corsépius + * ftpd/ftpd.c: Fix broken prototype. * libblock/include/rtems/bdbuf.h, libblock/src/bdbuf.c: Add missing prototypes.