From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3631 invoked by alias); 11 Jun 2005 23:38:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3612 invoked by uid 22791); 11 Jun 2005 23:38:44 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 11 Jun 2005 23:38:44 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j5BNca6G010474; Sun, 12 Jun 2005 01:38:36 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j5BNcalP011424; Sun, 12 Jun 2005 01:38:36 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j5BNcVCf006824; Sun, 12 Jun 2005 01:38:31 +0200 (CEST) Date: Sat, 11 Jun 2005 23:38:00 -0000 Message-Id: <200506112338.j5BNcVCf006824@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: manjo@austin.ibm.com CC: gdb-patches@sources.redhat.com In-reply-to: (message from Manoj Iyer on Wed, 1 Jun 2005 12:39:21 -0500 (CDT)) Subject: Re: [RFC] GDBserver compiler warnings patch References: X-SW-Source: 2005-06/txt/msg00114.txt.bz2 Date: Wed, 1 Jun 2005 12:39:21 -0500 (CDT) From: Manoj Iyer 2005-06-01 Manoj Iyer * gdbreplay.c: Added #include . (remote_open): Change type of 'tmp' from int to socklen_t. * remote-utils.c: Added #include . (remote_open): Change type of 'tmp' from int to socklen_t. * server.c: Change type of 'sig' from unsigned char to char. I don't think we can assume socklen_t to be available on all systems, although it probably is available on all systems supported by gdbserver. Mark P.S. Just noticed that Andrew recently patched ser-tcp.c to use it, will investigate.