Front page | perl.perl5.porters |
Postings from December 2000
Re: [8104] DB_File
Thread Previous
|
Thread Next
From:
Jarkko Hietaniemi
Date:
December 15, 2000 07:47
Subject:
Re: [8104] DB_File
Message ID:
20001215094658.B28422@chaos.wustl.edu
On Thu, Dec 14, 2000 at 02:49:35PM +0100, H.Merijn Brand wrote:
> Type definition incorrect for DB 2.7.7. I don't know when it's changed, so I've
> only changed it for my current revision:
Thanks, applied. (though someone with all the DB versions around
should check when exactly did the type change happen)
> *** ext/DB_File/DB_File.xs.org Tue Dec 12 19:52:58 2000
> --- ext/DB_File/DB_File.xs Thu Dec 14 14:43:15 2000
> ***************
> *** 592,598 ****
> }
>
>
> ! #ifdef BERKELEY_DB_1_OR_2
> # define HASH_CB_SIZE_TYPE size_t
> #else
> # define HASH_CB_SIZE_TYPE u_int32_t
> --- 592,598 ----
> }
>
>
> ! #if defined(BERKELEY_DB_1_OR_2) && !(DB_VERSION_MINOR == 7 && DB_VERSION_PATCH >= 7)
> # define HASH_CB_SIZE_TYPE size_t
> #else
> # define HASH_CB_SIZE_TYPE u_int32_t
> End of patch
>
> --
> H.Merijn Brand Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
> using perl-5.005.03, 5.6.0, 5.7.1 & 620 on HP-UX 10.20 & 11.00, AIX 4.2 & 4.3,
> DEC OSF/1 4.0 and WinNT 4.0 SP-6a, often with Tk800.022 and/or DBD-Unify
> ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen
Thread Previous
|
Thread Next
-
[8104] DB_File
by H . Merijn Brand
-
Re: [8104] DB_File
by Jarkko Hietaniemi