From: David Bremner Date: Tue, 28 Oct 2014 11:15:03 +0000 (+0100) Subject: Re: [PATCH] cli: cast timeval fields to long for format X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0942cdddc87a9e046a4f556bfa1898032f2a062a;p=notmuch-archives.git Re: [PATCH] cli: cast timeval fields to long for format --- diff --git a/d2/9b5593444f3070c73730720d9eb8d7b054ffdb b/d2/9b5593444f3070c73730720d9eb8d7b054ffdb new file mode 100644 index 000000000..2c655b4ba --- /dev/null +++ b/d2/9b5593444f3070c73730720d9eb8d7b054ffdb @@ -0,0 +1,58 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 11BE7431FBC + for ; Tue, 28 Oct 2014 04:15:22 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id O1Q4CmK7Nvvs for ; + Tue, 28 Oct 2014 04:15:18 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7DAFD431FAE + for ; Tue, 28 Oct 2014 04:15:18 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Xj4k0-0000RM-2H; Tue, 28 Oct 2014 08:15:08 -0300 +Received: (nullmailer pid 12855 invoked by uid 1000); Tue, 28 Oct 2014 + 11:15:03 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH] cli: cast timeval fields to long for format +In-Reply-To: <1414484246-19659-1-git-send-email-jani@nikula.org> +References: <1414484246-19659-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.18.1+131~gdd8373f (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Tue, 28 Oct 2014 12:15:03 +0100 +Message-ID: <87r3xsxx6w.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 28 Oct 2014 11:15:22 -0000 + +Jani Nikula writes: + +> This hides platform differences between struct timeval field types. + +pushed + +d