From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.bugs Subject: bug#9119: [PATCH] modernize function definitions in gmalloc.c Date: Fri, 13 Apr 2012 23:43:47 +0200 Message-ID: References: <4E24C5DC.50709@gmail.com> <8362d43v58.fsf@gnu.org> <87ty0ns4hf.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334353492 2328 80.91.229.3 (13 Apr 2012 21:44:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2012 21:44:52 +0000 (UTC) Cc: dan.colascione@gmail.com, 9119@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 13 23:44:51 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SIoIV-0006Cu-0w for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Apr 2012 23:44:51 +0200 Original-Received: from localhost ([::1]:53012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIoIU-0008MP-8b for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Apr 2012 17:44:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIoIQ-0008LC-Ry for bug-gnu-emacs@gnu.org; Fri, 13 Apr 2012 17:44:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIoIM-00024h-Og for bug-gnu-emacs@gnu.org; Fri, 13 Apr 2012 17:44:46 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIoIM-000244-IY for bug-gnu-emacs@gnu.org; Fri, 13 Apr 2012 17:44:42 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SIoJe-0005A2-3O for bug-gnu-emacs@gnu.org; Fri, 13 Apr 2012 17:46:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andreas Schwab Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 13 Apr 2012 21:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9119 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 9119-submit@debbugs.gnu.org id=B9119.133435352219787 (code B ref 9119); Fri, 13 Apr 2012 21:46:02 +0000 Original-Received: (at 9119) by debbugs.gnu.org; 13 Apr 2012 21:45:22 +0000 Original-Received: from localhost ([127.0.0.1]:57759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIoIw-000592-Ic for submit@debbugs.gnu.org; Fri, 13 Apr 2012 17:45:22 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:52806) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIoIq-00058n-G1 for 9119@debbugs.gnu.org; Fri, 13 Apr 2012 17:45:16 -0400 Original-Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3VTsts6NK7z4LDfb; Fri, 13 Apr 2012 23:43:48 +0200 (CEST) Original-Received: from igel.home (ppp-88-217-109-126.dynamic.mnet-online.de [88.217.109.126]) by mail.mnet-online.de (Postfix) with ESMTPA id 3VTstr5Ycjz4KK6s; Fri, 13 Apr 2012 23:43:48 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 501) id 2561FCA29F; Fri, 13 Apr 2012 23:43:47 +0200 (CEST) X-Yow: RHAPSODY in Glue! In-Reply-To: <87ty0ns4hf.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 13 Apr 2012 23:31:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:59016 Archived-At: Lars Ingebrigtsen writes: > Eli Zaretskii writes: > >>> So would it be OK to apply this patch, then? >> >> Yes, please. > > For some reason or other, patch won't accept the, er, patch: > > patch: **** malformed patch at line 19: === modified file 'src/gmalloc.c' > > I can't really see anything wrong with the patch by eyeballing it, > though. Odd. The first hunk is obviously broken. It claims to add two lines but adds only one. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."