<<< Date Index >>>     <<< Thread Index >>>

Re: FIX: Error compiling: no member named 'open64'



On Wednesday, 06 July 2005 at 15:48, Thomas Dickey wrote:
> On Wed, 6 Jul 2005, Brendan Cully wrote:
> 
> >On Wednesday, 06 July 2005 at 20:43, Thomas Glanzmann wrote:
> >>Hello,
> >>
> >>>>hcache.c:808: ret = h->env->open(h->env, NULL, DB_INIT_MPOOL | 
> >>>>DB_CREATE | DB_PRIVATE, 0600);
> >>
> >
> >Haven't we seen this bug before in the sasl and socket routines? I
> >remember being surprised that it hadn't bit the db code. I think
> >something like the following was supposed to work:
> >
> >(h->env->open)(...)
>   h->env->(open)(...)

Just out of curiosity, what's the advantage of the second form?