From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Change to process.c Date: Sun, 22 May 2005 06:48:28 +0300 Message-ID: <01c55e81$Blat.v2.4$4262f1e0@zahav.net.il> References: <17039.61956.135880.754713@farnswood.snap.net.nz> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1116735193 5899 80.91.229.2 (22 May 2005 04:13:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 04:13:13 +0000 (UTC) Cc: hunterd42@comcast.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 22 06:13:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZhpb-0006Ij-8k for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 06:12:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZhsm-0008Jt-AZ for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 00:16:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZhr7-0007Y4-OY for emacs-devel@gnu.org; Sun, 22 May 2005 00:14:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZhr4-0007Vo-0D for emacs-devel@gnu.org; Sun, 22 May 2005 00:14:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZhr1-0007F4-Pd for emacs-devel@gnu.org; Sun, 22 May 2005 00:14:20 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZheu-0002QG-Up for emacs-devel@gnu.org; Sun, 22 May 2005 00:01:49 -0400 Original-Received: from zaretski (IGLD-83-130-247-87.inter.net.il [83.130.247.87]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BHH29462 (AUTH halo1); Sun, 22 May 2005 06:52:29 +0300 (IDT) Original-To: Nick Roberts X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <17039.61956.135880.754713@farnswood.snap.net.nz> (message from Nick Roberts on Sun, 22 May 2005 14:44:20 +1200) 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:37454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37454 > From: Nick Roberts > Date: Sun, 22 May 2005 14:44:20 +1200 > Cc: hunterd42@comcast.net > > 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 What are the expansions of the macros that come into play here (SIGTYPE, signal_handler_t), and what is the signature of sys_signal on that machine? Also, what version of GCC is that?