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