]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed sources
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 17 Oct 2002 19:13:49 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-db4.patch -> 1.2

perl-db4.patch

index 97104365c7c7c0843d2936df138f841c107b0605..1cb15ea413d5f1c6207ed751864c0d92082f4529 100644 (file)
      MAN3PODS  => {},  # Pods will be built by installman.
      XSPROTOARG => '-noprototypes',            # XXX remove later?
      VERSION_FROM => 'NDBM_File.pm',
+--- perl-5.6.1/ext/DB_File/DB_File.xs~ Fri Feb 23 02:57:54 2001
++++ perl-5.6.1/ext/DB_File/DB_File.xs  Thu Oct 17 18:55:01 2002
+@@ -1318,6 +1318,7 @@
+     {
+         int           Flags = 0 ;
+         int           status ;
++              DB_TXN * txnid = NULL;
+         /* Map 1.x flags to 3.x flags */
+         if ((flags & O_CREAT) == O_CREAT)
+@@ -1335,7 +1336,7 @@
+             Flags |= DB_TRUNCATE ;
+ #endif
+-        status = (RETVAL->dbp->open)(RETVAL->dbp, name, NULL, RETVAL->type, 
++        status = (RETVAL->dbp->open)(RETVAL->dbp, txnid, name, NULL, RETVAL->type, 
+                               Flags, mode) ; 
+       /* printf("open returned %d %s\n", status, db_strerror(status)) ; */
This page took 0.043079 seconds and 4 git commands to generate.