fix a technicality with struct sockaddr_un in 1.6.x branch???

2014-06-19 Thread Jeff Trawick
Index: include/apr_network_io.h === --- include/apr_network_io.h (revision 1603975) +++ include/apr_network_io.h (working copy) @@ -267,13 +267,17 @@ #endif #if APR_HAVE_SA_STORAGE /** Placeholder to ensure that the size of

Re: fix a technicality with struct sockaddr_un in 1.6.x branch???

2014-06-19 Thread Yann Ylavic
On Thu, Jun 19, 2014 at 8:15 PM, Jeff Trawick traw...@gmail.com wrote: But maybe Yann is working on a more useful revision that allows APR apps to take advantage of longer AF_UNIX paths? I dunno. I'm working on a patch for trunk where sockaddr_un is already in apr_sockaddr_t. Actually I

Re: fix a technicality with struct sockaddr_un in 1.6.x branch???

2014-06-19 Thread Yann Ylavic
On Thu, Jun 19, 2014 at 8:31 PM, Yann Ylavic ylavic@gmail.com wrote: On Thu, Jun 19, 2014 at 8:15 PM, Jeff Trawick traw...@gmail.com wrote: But maybe Yann is working on a more useful revision that allows APR apps to take advantage of longer AF_UNIX paths? I dunno. I'm working on a patch