From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B911C431FAF for ; Sun, 4 Nov 2012 20:53:07 -0800 (PST) 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 rpZvVxgz907H for ; Sun, 4 Nov 2012 20:53:07 -0800 (PST) Received: from foo.net (70-36-235-136.dsl.static.sonic.net [70.36.235.136]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 31100431FAE for ; Sun, 4 Nov 2012 20:53:07 -0800 (PST) Received: from foo.net (localhost [127.0.0.1]) by foo.net (8.14.5+Sun/8.14.5) with ESMTP id qA54qxmv004983; Sun, 4 Nov 2012 20:52:59 -0800 (PST) To: Tomi Ollila Subject: =?UTF-8?B?UmU6IFtQQVRDSCAwOC8xMF0gbm90bXVjaC1jb25maWc6IGhlYWRl?= =?UTF-8?B?ciBmb3IgaW5kZXgoKSBwcm90b3R5cGUgKFNvbGFyaXMgc3VwcG9ydCkg?= In-Reply-To: Your message of "Sun, 04 Nov 2012 23:47:15 +0200." Date: Sun, 04 Nov 2012 20:52:59 -0800 Message-ID: <4982.1352091179@foo.net> From: Blake Jones X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (foo.net [127.0.0.1]); Sun, 04 Nov 2012 20:52:59 -0800 (PST) Cc: notmuch@notmuchmail.org 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: Mon, 05 Nov 2012 04:53:07 -0000 >> On Sun, 04 Nov 2012, Blake Jones wrote: >>> Linux, FreeBSD, and Solaris all expect to find the prototype for >>> "index()" in . On some operating systems, including >>> is sufficient to get the prototype, but that's not the case >>> on Solaris. This patch just modifies notmuch-config.c to include >>> to get the prototype. >> >> We should probably just nuke index() and use strchr() instead. > > indeed! That was my initial preference, but I didn't know if there was anyone who was committed to the BSD name. Given that two more people think it's a good idea, I'll do that instead. Blake