]> git.pld-linux.org Git - packages/perl.git/blob - perl-db3.patch
0b8170910b4ff23f24d916811aaaca44 perl-db3.patch
[packages/perl.git] / perl-db3.patch
1 --- perl-5.6.1/ext/NDBM_File/NDBM_File.xs~      Sat Mar  3 20:53:20 2001
2 +++ perl-5.6.1/ext/NDBM_File/NDBM_File.xs       Fri Apr 20 18:23:37 2001
3 @@ -6,7 +6,8 @@
4   * See also INSTALL section on DB3.
5   * -- Stanislav Brabec <utx@penguin.cz> */
6  #undef ENTER
7 -#include <ndbm.h>
8 +#define DB_DBM_HSEARCH 1
9 +#include <db.h>
10  
11  typedef struct {
12         DBM *   dbp ;
This page took 0.021085 seconds and 3 git commands to generate.