From 5fd92cccfde78485c87108cf7f23f3f9a097e209 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 29 Mar 2008 05:08:24 +0000 Subject: [PATCH] 2008-03-29 Chris Johns * librpc/include/rpc/clnt.h: Added the missing __BEGIN_DECLS as reported to the mailing list by Pierre Kestener (pierre.kestener@cea.fr). --- cpukit/ChangeLog | 6 ++++++ cpukit/librpc/include/rpc/clnt.h | 1 + 2 files changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 19a657fc2d..7866fdc8e7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2008-03-29 Chris Johns + + * librpc/include/rpc/clnt.h: Added the missing __BEGIN_DECLS as + reported to the mailing list by Pierre Kestener + (pierre.kestener@cea.fr). + 2008-03-25 Till Straumann * shttpd/log.c: Activate SPLIT_SNPRINTF for gcc <= 4.2.3 and diff --git a/cpukit/librpc/include/rpc/clnt.h b/cpukit/librpc/include/rpc/clnt.h index 65201c3c48..554a8a8d8a 100644 --- a/cpukit/librpc/include/rpc/clnt.h +++ b/cpukit/librpc/include/rpc/clnt.h @@ -271,6 +271,7 @@ __END_DECLS /* * Added for compatibility to old rpc 4.0. Obsoleted by clnt_vc_create(). */ +__BEGIN_DECLS extern CLIENT *clntunix_create(struct sockaddr_un *, u_long, u_long, int *, u_int, u_int); __END_DECLS