|
From: Craig C. <cc...@us...> - 2005-05-02 16:58:33
Attachments:
inet_ntoa.patch
|
Hi, This patch applies to Paul Mackerras' latest Valgrind PPC port (http://ozlabs.org/~paulus/valgrind-2.4.0-ppc-050407.tar.bz2). This patch adds logic to inet2name() to handle string conversion on big endian platforms. Thanks, Craig -- Craig Chaney cc...@us... |
|
From: Paul M. <pa...@sa...> - 2005-05-02 22:08:15
|
Craig Chaney writes: > This patch adds logic to inet2name() to handle string conversion on big > endian platforms. How about we use ntohl() instead of an ifdef? Paul. |
|
From: Nicholas N. <nj...@cs...> - 2005-05-03 04:04:54
|
On Tue, 3 May 2005, Paul Mackerras wrote: >> This patch adds logic to inet2name() to handle string conversion on big >> endian platforms. > > How about we use ntohl() instead of an ifdef? Sounds good to me. N |