From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Change to process.c Date: Sun, 22 May 2005 14:44:20 +1200 Message-ID: <17039.61956.135880.754713@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116729898 29669 80.91.229.2 (22 May 2005 02:44:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 02:44:58 +0000 (UTC) Cc: hunterd42@comcast.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 22 04:44:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZgSJ-0001bM-Cn for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 04:44:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZgVT-0008EC-N8 for ged-emacs-devel@m.gmane.org; Sat, 21 May 2005 22:47:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZgUg-0007nf-Mx for emacs-devel@gnu.org; Sat, 21 May 2005 22:47:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZgUe-0007lr-0a for emacs-devel@gnu.org; Sat, 21 May 2005 22:47:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZgUd-0007lU-T1 for emacs-devel@gnu.org; Sat, 21 May 2005 22:47:07 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZgZT-0003n2-Sq for emacs-devel@gnu.org; Sat, 21 May 2005 22:52:08 -0400 Original-Received: from farnswood.snap.net.nz (p159-tnt2.snap.net.nz [202.124.108.159]) by viper.snap.net.nz (Postfix) with ESMTP id D84B8536656; Sun, 22 May 2005 14:42:59 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 0055262A99; Sun, 22 May 2005 03:44:20 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37452 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37452 I don't think this change can be right. Nick 2005-05-21 David Hunter (tiny change) * process.c (send_process): Restore the SIGPIPE handler if we catch a SIGPIPE. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/home/nick/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g3 process.c process.c: In function `send_process': process.c:5295: warning: assignment from incompatible pointer type process.c:5304: warning: passing arg 2 of `sys_signal' from incompatible pointer type process.c:5323: warning: passing arg 2 of `sys_signal' from incompatible pointer type process.c:5404: warning: passing arg 2 of `sys_signal' from incompatible pointer type