public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Duft (mduft)" <mduft@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite/files: sqlite-3.7.7.1-interix-amalgamation.patch
Date: Fri, 15 Jul 2011 14:04:41 +0000 (UTC)	[thread overview]
Message-ID: <20110715140441.5890720051@flycatcher.gentoo.org> (raw)

mduft       11/07/15 14:04:41

  Added:                sqlite-3.7.7.1-interix-amalgamation.patch
  Log:
  added interix patch which does not have ESTALE. reported and accepted (in vcs) upstream.
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-db/sqlite/files/sqlite-3.7.7.1-interix-amalgamation.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.7.7.1-interix-amalgamation.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.7.7.1-interix-amalgamation.patch?rev=1.1&content-type=text/plain

Index: sqlite-3.7.7.1-interix-amalgamation.patch
===================================================================
reported and accepted upstream: http://sqlite.org:8080/cgi-bin/mailman/private/sqlite-dev/2011-July/001281.html
(archives are private ... :( )

diff -ru sqlite-autoconf-3070701.orig/sqlite3.c sqlite-autoconf-3070701/sqlite3.c
--- sqlite-autoconf-3070701.orig/sqlite3.c	2011-07-07 07:49:38 +0200
+++ sqlite-autoconf-3070701/sqlite3.c	2011-07-07 07:50:46 +0200
@@ -25143,7 +25143,9 @@
   case ENODEV:
   case ENXIO:
   case ENOENT:
+#ifdef ESTALE
   case ESTALE:
+#endif
   case ENOSYS:
     /* these should force the client to close the file and reconnect */
     






             reply	other threads:[~2011-07-15 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-15 14:04 Markus Duft (mduft) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-15  1:04 [gentoo-commits] gentoo-x86 commit in dev-db/sqlite/files: sqlite-3.7.7.1-interix-amalgamation.patch Mike Gilbert (floppym)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110715140441.5890720051@flycatcher.gentoo.org \
    --to=mduft@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox