]> git.pld-linux.org Git - packages/ocaml.git/blob - ocaml-db3.patch
b70139ee5406f7c6be782031f9ffc9f305e8d2b3
[packages/ocaml.git] / ocaml-db3.patch
1 diff -ur ocaml-3.04--/otherlibs/dbm/cldbm.c ocaml-3.04/otherlibs/dbm/cldbm.c
2 --- ocaml-3.04--/otherlibs/dbm/cldbm.c  Fri Dec  7 14:39:51 2001
3 +++ ocaml-3.04/otherlibs/dbm/cldbm.c    Sat Feb  2 02:38:17 2002
4 @@ -15,7 +15,8 @@
5  
6  #include <string.h>
7  #include <fcntl.h>
8 -#include <ndbm.h>
9 +#define DB_DBM_HSEARCH 1
10 +#include <db.h>
11  #include <mlvalues.h>
12  #include <alloc.h>
13  #include <memory.h>
14
This page took 0.026006 seconds and 3 git commands to generate.