Re: [PATCH libpciaccess] common_interface.c: Use proper byteswap functions on APPLE systems

2011-08-29 Thread shea
> On 08/29/11 00:53, s...@shealevy.com wrote: >> >> APPLE systems do not have , they have >> instead. > > Making libpciaccess work on MacOS is going to take a lot more than > just fixing byte-swapping - are you doing a full port? > > -- > -Alan Coopersmith-alan.coopersm...@oracle.com

Re: [PATCH libpciaccess] common_interface.c: Use proper byteswap functions on APPLE systems

2011-08-29 Thread Alan Coopersmith
On 08/29/11 00:53, s...@shealevy.com wrote: > > APPLE systems do not have , they have > instead. Making libpciaccess work on MacOS is going to take a lot more than just fixing byte-swapping - are you doing a full port? -- -Alan Coopersmith-alan.coopersm...@oracle.com O

[PATCH libpciaccess] common_interface.c: Use proper byteswap functions on APPLE systems

2011-08-29 Thread shea
APPLE systems do not have , they have instead. Signed-off-by: Shea Levy --- src/common_interface.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/common_interface.c b/src/common_interface.c index 4af772a..6ede9dd 100644 --- a/src/common_interface.c