diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-04-02 11:55:20 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-04-02 11:55:20 +0000 |
commit | 7c5d4001fb94aa2027530f79ac48918b15361a2b (patch) | |
tree | 2d07b83882bbb915c9c2e8f0f9097ee9f435b5fe /libc/sunrpc/xdr_array.c | |
parent | b3f36e492255400533794538574910135da10b92 (diff) | |
download | eglibc2-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/xdr_array.c')
-rw-r--r-- | libc/sunrpc/xdr_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sunrpc/xdr_array.c b/libc/sunrpc/xdr_array.c index 44abdbcfd..e7c8925f5 100644 --- a/libc/sunrpc/xdr_array.c +++ b/libc/sunrpc/xdr_array.c @@ -103,7 +103,7 @@ xdr_array (xdrs, addrp, sizep, maxsize, elsize, elproc) *addrp = target = calloc (c, elsize); if (target == NULL) { - (void) __fxprintf (NULL, "%s", _("xdr_array: out of memory\n")); + (void) __fxprintf (NULL, "%s: %s", __func__, _("out of memory\n")); return FALSE; } break; |