summaryrefslogtreecommitdiff
path: root/libc/sunrpc/clnt_udp.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-04-02 11:55:20 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-04-02 11:55:20 +0000
commit7c5d4001fb94aa2027530f79ac48918b15361a2b (patch)
tree2d07b83882bbb915c9c2e8f0f9097ee9f435b5fe /libc/sunrpc/clnt_udp.c
parentb3f36e492255400533794538574910135da10b92 (diff)
downloadeglibc2-7c5d4001fb94aa2027530f79ac48918b15361a2b.tar.gz
Merge changes between r5678 and r5759 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@5760 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sunrpc/clnt_udp.c')
-rw-r--r--libc/sunrpc/clnt_udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sunrpc/clnt_udp.c b/libc/sunrpc/clnt_udp.c
index 70ee0eae8..634313211 100644
--- a/libc/sunrpc/clnt_udp.c
+++ b/libc/sunrpc/clnt_udp.c
@@ -136,7 +136,8 @@ clntudp_bufcreate (struct sockaddr_in *raddr, u_long program, u_long version,
if (cl == NULL || cu == NULL)
{
struct rpc_createerr *ce = &get_rpc_createerr ();
- (void) __fxprintf (NULL, "%s", _("clntudp_create: out of memory\n"));
+ (void) __fxprintf (NULL, "%s: %s",
+ "clntudp_create", _("out of memory\n"));
ce->cf_stat = RPC_SYSTEMERROR;
ce->cf_error.re_errno = ENOMEM;
goto fooy;