From 2687ad5cef1cc2e71f32604e100db147e86b5312 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 06:23:59 +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 * librpc/src/rpc/rtems_portmapper.c: Add missing prototypes. --- cpukit/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f4f3c6b292..3d58ef62d5 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2008-08-01 Ralf Corsépius + * librpc/src/rpc/rtems_portmapper.c: Add missing prototypes. * librpc/src/rpc/rpcdname.c: Add missing prototypes. * librpc/src/rpc/rpc_prot.c: Misc. ansifications. * librpc/src/rpc/pmap_rmt.c: Misc. ansifications.