From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: tiny pdumper fix Date: Fri, 28 Sep 2018 16:34:03 -0400 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1538166746 24491 195.159.176.226 (28 Sep 2018 20:32:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2018 20:32:26 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 28 22:32:22 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g5zQz-0006Ic-S5 for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2018 22:32:21 +0200 Original-Received: from localhost ([::1]:45752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5zT6-0000Fp-Hz for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2018 16:34:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5zSw-0000FY-L7 for emacs-devel@gnu.org; Fri, 28 Sep 2018 16:34:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5zSs-0002Po-Vk for emacs-devel@gnu.org; Fri, 28 Sep 2018 16:34:22 -0400 Original-Received: from [195.159.176.226] (port=50709 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g5zSs-0002P3-Om for emacs-devel@gnu.org; Fri, 28 Sep 2018 16:34:18 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g5zQe-0005pJ-1h for emacs-devel@gnu.org; Fri, 28 Sep 2018 22:32:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:uACIjancZQE+3yXKD5ka9vtfCqo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:230122 Archived-At: > I'd like to push this change to the pdumper branch to allow building > on older macOS (less than 10.11, I think), where only MAP_ANON is > defined: Hmm... looks like none of those people who know about pdumper or macOS was available. Sorry. I just installed you patch as is. > Is it well placed here, or does it belong in the header file instead? It probably belongs elsewhere, but I pushed it as-is, Stefan