Re: CVS commit: xsrc/external/mit/xauth/dist

2013-06-04 Thread Martin Husemann
On Mon, Jun 03, 2013 at 08:00:58PM +, David Holland wrote: #define__DECONST(t, a) const_castt(a) and I suppose one could also do something like this: #define __DECONST(t, v) \ (sizeof((v) - (const t)0) ? (t)(unsigned long)(v) : 0) Sounds good to me. I seriously wonder why an

Re: CVS commit: src/sys

2013-06-04 Thread Christos Zoulas
On Jun 5, 2:06am, jruoho...@iki.fi (Jukka Ruohonen) wrote: -- Subject: Re: CVS commit: src/sys | On Tue, Jun 04, 2013 at 06:47:37PM -0400, Christos Zoulas wrote: | While here, simplify the code and remove the IPSEC_NAT_T option; always | compile nat-traversal in so that it does not bitrot. |

Re: CVS commit: src/sys

2013-06-04 Thread Jukka Ruohonen
On Tue, Jun 04, 2013 at 07:11:02PM -0400, Christos Zoulas wrote: On Jun 5, 2:06am, jruoho...@iki.fi (Jukka Ruohonen) wrote: -- Subject: Re: CVS commit: src/sys | On Tue, Jun 04, 2013 at 06:47:37PM -0400, Christos Zoulas wrote: | While here, simplify the code and remove the IPSEC_NAT_T