From 8cef54556b92c84f83a678ea2fcb1f341dafd868 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 06:06:47 +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/auth_unix.c: Misc. ansifications. Add missing prototypes. * librpc/src/rpc/rtime.c, librpc/src/rpc/svc_udp.c: Misc. ansifications. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5130431265..15c0a10768 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2008-08-01 Ralf Corsépius + + * librpc/src/rpc/auth_unix.c: Misc. ansifications. + Add missing prototypes. + * librpc/src/rpc/rtime.c, librpc/src/rpc/svc_udp.c: + Misc. ansifications. + 2008-08-01 Ralf Corsépius * librpc/include/rpc/auth_unix.h, librpc/include/rpc/pmap_clnt.h,