Re: Solaris binary compatability bug

2002-04-24 Thread Jon Travis
Here's the patch which rips out the configure macros and the ifdefs in sa_common.c. -- Jon Index: configure.in === RCS file: /home/cvspublic/apr/configure.in,v retrieving revision 1.425 diff -u -u -r1.425 configure.in --- configure.

Re: Solaris binary compatability bug

2002-04-24 Thread Jeff Trawick
Jon Travis <[EMAIL PROTECTED]> writes: > I'm having a small problem with binary compatability between Solaris 2.6 > and a particular Solaris 8 box that I have. If I build a simple program > on a 2.6 box and call: > > apr_sockaddr_info_get(..., "255.255.255.255", ...) > > It works fine on the 2

Re: Solaris binary compatability bug

2002-04-24 Thread Jim Jagielski
At 11:22 AM -0700 4/24/02, Jon Travis wrote: >I'm having a small problem with binary compatability between Solaris 2.6 >and a particular Solaris 8 box that I have. If I build a simple program >on a 2.6 box and call: > >apr_sockaddr_info_get(..., "255.255.255.255", ...) > >It works fine on the 2.6

Solaris binary compatability bug

2002-04-24 Thread Jon Travis
I'm having a small problem with binary compatability between Solaris 2.6 and a particular Solaris 8 box that I have. If I build a simple program on a 2.6 box and call: apr_sockaddr_info_get(..., "255.255.255.255", ...) It works fine on the 2.6 box, but fails on the 8.x box. There is a check i